Re: Script not executing _update_by_query

2015-04-29 Thread Zaid Amir
Sorry for the delay was a bit occupied making sure everything worked as expected. So here, I created a gist of the issue and hope it proves useful: https://gist.github.com/redserpent7/e1d52afff435f3d759e1 -- You received this message because you are subscribed to the Google Groups

Re: Script not executing _update_by_query

2015-04-29 Thread Nikolas Everett
Yup - still looks like a bug to me. I think the right thing to do is file it on github. On Wed, Apr 29, 2015 at 3:20 AM, Zaid Amir redserpe...@gmail.com wrote: Sorry for the delay was a bit occupied making sure everything worked as expected. So here, I created a gist of the issue and hope it

Script not executing _update_by_query

2015-04-28 Thread Zaid Amir
Hi, I am trying to update several documents at the same time using the update by query plugin. The problem seems to be with the script as the query it self returns the correct result with no issues. The thing is ES seems to be able to execute the script as there are no exceptions in the logs.