Hello ElasticSearch experts,
Wondering how DocValues implemented behind the scene which leveraging out of heap memory? Is it using Java nio ByteBuffer?
Any internal implementation documents or code are appreciated.
thanks in advance,
Lin
Hello ElasticSearch experts,
Wondering how DocValues implemented behind the scene which leveraging out of heap memory? Is it using Java nio ByteBuffer?
Any internal implementation documents or code are appreciated.
thanks in advance,
Lin
Hi,
DocValues is a Lucene-level functionality. Here's the source:
http://search-lucene.com/?q=lucene+DocValues&fc_type=source+code
Monitoring * Alerting * Anomaly Detection * Centralized Log Management
Elasticsearch Consulting & Support * http://sematext.com/
Thanks @otisg, I heard DocValue is leveraging memory out of JVM, is it implemented using java.nio.ByteBuffer? I read through the code and not found any details and your guidance is appreciated.
regards,
Lin
© 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.