Different results for same query in Elasticsearch Cluster

Hi

I have created a Elasticsearch cluster with 3 nodes , having 3 shards and 2 replicas.
The same query fetch different results when hit to the same index with same data.
Right now the results are basically sorted by the _score field desc (I think its the default way of sorting) and requirement also wants that the result be sorted in desc order of there score.
So here my question is why does same query yield different result, and then how can this be corrected to have same result every time with same query.

Thanks
Ashit

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.