Why do fielddata still exist in new versions of Elasticsearch?
Can not they be discontinued?
Are doc_values currently unable to replace them?
In what cases are fielddata necessary, since we can use doc_value in a much more performative way?
Why do fielddata still exist in new versions of Elasticsearch?
Can not they be discontinued?
Are doc_values currently unable to replace them?
In what cases are fielddata necessary, since we can use doc_value in a much more performative way?
It can be useful when you still need to generate multiple terms from a given text vs indexing the whole text.
It can be useful when you prefer to pay the cost of memory usage than index space...
So I believe this can be still useful.
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.