I have an index with 3 primary and 1 replicas,total 6 shards for an index.
I sent 5 messages to Elasticsearch cluster and these messages is distributed among 5 different shards.
As a client i am curious how a client can retrieve particular message using document id.
I've used GET test_index/_doc/1
But how this document is routed.When i sent GET request how my client know that document id is stored in this shards and nodes.
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.