1. 程式人生 > >搜索總數不一致

搜索總數不一致

搜索 總數 不一致

現象:

點搜索按鈕第一次顯示451033條記錄,第二次卻顯示4545343條記錄,懷疑是分片復制有問題,

執行

curl -XPUT ‘http://localhost:9200/offer/_settings‘ -d‘

{

‘number_of_replicas‘ : 0

}‘


再執行

curl -XPUT ‘http://localhost:9200/offer/_settings‘ -d‘

{

‘number_of_replicas‘ : 2

}‘


問題解決。

搜索總數不一致