Hi all,
An Elasticsearch cluster can contain multiple nodes. A node can have one or many Primary shards and replica shards. A shard is a Lucene index.
What database is used to store the actual data (documents)? Is it a database shipped with Lucene or is the database part of Elastic Search?
Thanks, Kurt
It's stored as stored fields inside Lucene. (On disk that means). No database behind the scene.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 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.