Can update by script be performed on query results atomically?

Just like the Update API allows us to update a document based on a script
provided ... by removing some network roundtrips ... is it possible in ES
to perform the update on all the results of a query?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/07065c91-7389-4603-a470-29b41ac64dda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Upon further exploration I found
https://github.com/yakaz/elasticsearch-action-updatebyquery ... where the
update by query API is packaged as a plugin and allows all documents with
the query to be updated with a script.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/a13c8b4c-13b0-47ca-a3c6-d29f759149f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.