Hello
We are updating our code from NEST to elastic client. We have a custom written script engine in Java for indexing documents to elasticsearch. But we realised in elasticclient there is no way to pass script names with bulk index operations. I have tried with storedScript as well, it is not redirecting the call to elasticcilent.
So I want to know how can we perform bulk update operations with our custom script engine.
Thanks