That's the heap memory Lucene uses to load the index into the terms dictionary and postings for indexed fields. It's a compact structure (a finite state transducer) so it's suprising yours are taking so much heap.
Do you have many indexed fields? High cardinality indexed fields?
new data will not insert into this index, and this index will be seldom searched. I delete some old data of this index, but the terms_memory_in_bytes is not changed. Why
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.