Thank you Matthew,
Sorry for the delayed response.
I was checking this update by query but i could not find a way to update documents having id equal to the list of ids.
for example
update field='some value' where id in []
i am using EUIBasicTable select option to get the list of ids.
As you can see it will update the "update_field to "some_value" in all the documents matching the terms query where _id is on the list.
If the list of the _ids is huge you also can add ?wait_for_completion=false to the rest call and it will give you back an id which you can track with _tasks API as follows:
Thank you very much for your response.
Sorry for the delay,
I am trying to achieve this functionality from custom plugin using callwithrequest.
I am getting invalid endpoint error for
_update_by_query also tried update_by_query and updatebyquery.
Any pointers or documentation links to resolve the issue would really help.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.