Different Elasticsearch results for the same query

后端 未结 3 1837
太阳男子
太阳男子 2021-01-11 12:33

I\'ve setup Elasticsearch with 1 cluster á 4 nodes. Number of shards per index: 1; Number of replicas per index: 3

When I call a simple query like the following one

3条回答
  •  渐次进展
    2021-01-11 13:04

    This question helped me, as the answer says,

    One of the possible reasons could be distributed IDF, by default Elastic uses local IDF on each shard, to save some performance which will lead to different idfs across the cluster.

    ES doc here

提交回复
热议问题