In a previous discussion of Significant Terms
(Redirecting to Google Groups),
one of the recommendations to reduce memory usage was:
Use "Doc Values" in your index mappings to hit disk instead of using es
FieldData caches that cause the CircuitBreakingException (you are then more
reliant on OS file-system caches for speed)
I tried this, but I think I'm missing some important step. It seems that
since significant terms needs the field to to be indexed, and we can't
index doc_values fields. Is there some work around here that I've missed?
In a previous discussion of Significant Terms ( Redirecting to Google Groups),
one of the recommendations to reduce memory usage was:
Use "Doc Values" in your index mappings to hit disk instead of using es
FieldData caches that cause the CircuitBreakingException (you are then more
reliant on OS file-system caches for speed)
I tried this, but I think I'm missing some important step. It seems that
since significant terms needs the field to to be indexed, and we can't
index doc_values fields. Is there some work around here that I've missed?
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.