I am using elastic search for search purposes. My configuration has 3 shards and 2 replicas. One of the type of record has only 2.6 million records. When performing a simple match query against a field, it returns different results each time. I have tried using DFS query but makes no difference. Still get 3 different kind of responses.
Did any of you face this issue and how did you solve it?