Understanding the Update API in Elasticsearch
The update API allows to update(also allows to delete, or ignore the operation). a document based on a script provided. The operation gets the document from the index, runs the script (with optional script language and parameters), and index back the result. The _source field needs to be enabled for this feature to work. For…
