Hi!
I would like to ask question related to document routing.
According to definitive guide, elasticsearch uses document id to retrieve a document.
https://www.elastic.co/guide/en/elasticsearch/guide/2.x/routing-value.html
However, when queries such as term and match queries are used, document id are not specified in the query.
In this case, how does elasticsearch find out the document id and route to correct shard?
Thanks,
Yu Watanabe