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?
Have you set explain: true on your query? Can you see why Elasticsearch scores the documents differently? (hint a Splainer can help you visualize the explain)
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.