according to this documents, I can update partial documents. but is it not.
it change whole documents.
and this document explains updating add new documents. but I want to edit existing field.
is it possible?
according to this documents, I can update partial documents. but is it not.
it change whole documents.
and this document explains updating add new documents. but I want to edit existing field.
is it possible?
As Lucene and therefore Elasticsearch stores data in immutable segments there is no in place update. Any change to a document will make it re reindexed behind the scenes no matter how small the change is.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.