Based on your next questions, I think you are confused a bit on the data
schema in elasticsearch. A cluster in elasticsearch can handle many indices.
Each index has its own distributed settings, mainly, the number of shards
and number of replicas. You can easily search only on one index, several
indices, or all of them using either the REST or the Java API.
Solr had a way of not replicating to the slaves unless an optimize was
done. Is there an equivalent in elastic search?
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.