Is it possible to update several documents using query or filter?
I wrote question (http://goo.gl/eOhepL) regarding update operation but we need to update a lot of items from the index. It would be much better to update multiple documents at once rather than individually.
No, that is not possible using the Update command. For multiple items, the recommended approach is to reindex the items in batches using .Index(items).
error This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
Hi,
Is it possible to update several documents using query or filter?
I wrote question (http://goo.gl/eOhepL) regarding update operation but we need to update a lot of items from the index. It would be much better to update multiple documents at once rather than individually.
Best regards,
Pavel