Batchly update docs in ES?

is it possible to update some docs batchly according to some query
condition?

I know, we can update a single doc by id.

so how about batchly update?

thanks~~~

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Hi Raymond,

Waiting for this feature to be officially added to ES you can use this
update by query plugin:

It is based on the work of Martijn van Groningen. For more information have
a look here: https://github.com/elasticsearch/elasticsearch/issues/1607.

Hope it helps.

On Sunday, August 25, 2013 9:20:44 AM UTC+2, Raymond Wang wrote:

is it possible to update some docs batchly according to some query
condition?

I know, we can update a single doc by id.

so how about batchly update?

thanks~~~

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks a lot~~~

It saved me so much time.

On Sun, Aug 25, 2013 at 6:53 PM, Benjamin Devèze
benjamin.deveze@gmail.comwrote:

Hi Raymond,

Waiting for this feature to be officially added to ES you can use this
update by query plugin:
GitHub - yakaz/elasticsearch-action-updatebyquery: ElasticSearch Update By Query action plugin

It is based on the work of Martijn van Groningen. For more information
have a look here:
https://github.com/elasticsearch/elasticsearch/issues/1607.

Hope it helps.

On Sunday, August 25, 2013 9:20:44 AM UTC+2, Raymond Wang wrote:

is it possible to update some docs batchly according to some query
condition?

I know, we can update a single doc by id.

so how about batchly update?

thanks~~~

--
You received this message because you are subscribed to a topic in the
Google Groups "elasticsearch" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/elasticsearch/cYiXTZwpiV0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to
elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--

Best Regards
rmn190

--
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.
For more options, visit https://groups.google.com/groups/opt_out.