We don't use this feature in Elasticsearch. Instead we provide a way to apply partial updates to documents but this requires to reindex the entire document. The doc_values update is a complex feature that requires a lot of synchronizations and indirections so we're not using it at the moment. Though we're actively following this feature in Lucene and we try to revisit our statement every time a new improvement is made in this area. For the time being we think that the cost and complexity to handle this kind of update is too high compared to simply reindexing the document.
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.