Hi all,
Does anyone know why making aggregations on keyword fields of an index produce fieldata cache in JVM HEAP?
Per the docs on elastic official site, most fields except text will use doc_values to support aggregations. So it should not produce fielddata cache in JVM heap when making aggregations on keyword field ?
https://www.elastic.co/guide/en/elasticsearch/reference/6.3/fielddata.html
Thanks!