In my setup, ES is used for only indexing and searching and thus have
disabled "_source" to reduce storage costs and overheads. Our application
does a lot of updates and when trying to partially update documents in ES,
I am getting the following exception:
Is there anyway to workaround this and still be able to update documents
partitally?
Note: Each document has 600+ fields and thus, fetching all the fields and
performing an complete 'index' of the document would be a performance
bottleneck for the application.
In my setup, ES is used for only indexing and searching and thus have
disabled "_source" to reduce storage costs and overheads. Our application
does a lot of updates and when trying to partially update documents in ES,
I am getting the following exception:
Is there anyway to workaround this and still be able to update documents
partitally?
Note: Each document has 600+ fields and thus, fetching all the fields and
performing an complete 'index' of the document would be a performance
bottleneck for the application.
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.