Reputation: 11
I'm trying to understand how a search query works. Based on the docs, whenever I query an elasticsearch node,
(src: http://www.elasticsearch.org/blog/customizing-your-document-routing/ )
When I query a node, how does it know which shards are stored on machines? (I'm trying to understand point number 2)
Where does the cluster metadata live? On everynode?
Upvotes: 0
Views: 248
Reputation: 17631
You might want to take a look at Cluster State and routing.
Upvotes: 0