Significant Terms - Memory Issues Redux

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?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/15b36f4a-5c2b-4996-a4b1-3104d50e5626%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Nope, you can only doc values not analysed values.

On 8 April 2015 at 07:33, Dan Fuller wedamija@gmail.com wrote:

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?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/15b36f4a-5c2b-4996-a4b1-3104d50e5626%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/15b36f4a-5c2b-4996-a4b1-3104d50e5626%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X-ct9JEZU1Dw7YO9iBKch%2BEs3TQkxJDWsWHta2nZ_8oyA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.