February 2017
Intermediate to advanced
696 pages
12h 24m
English
In the previous chapter, we saw how to update a document (Chapter 4, Basic Operations, Update a document recipe).
The update_by_query API call allows the user to execute the update on all the documents that match a query. It is very useful if you need to do the following:
This functionality is provided by an additional module called reindex that is installed by default.
You will need an up-and-running Elasticsearch installation as used in the Downloading and installing Elasticsearch recipe in Chapter 2, Downloading and Setup.
To ...
Read now
Unlock full access