分享

solr查询数据不一致问题解决办法汇总

admin 发表于 2019-12-11 21:41:44 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 0 1531
solr查询数据同样的条件每次查询不一样,但是结果却有所差异,这里给大家汇总下原因及解决办法:

solr.autoSoftCommit.maxDocs=<max number of uncommitted documents before soft commit>
solr.autoSoftCommit.maxTime=<max time in ms before soft commit>
更多参考:
http://www.uwenku.com/question/p-arzgwxbf-zq.html



解决方式就是在查询时指定preference, 可以指定为_primary、_replica或者其它自定义的值,保证同样的查询语句会请求到相同的分片。
更多参考:
https://cloud.tencent.com/developer/article/1445643


只能尽可能的减少调用delete功能!
更多参考:
https://blog.csdn.net/zhaojianting/article/details/78270851


没找到任何评论,期待你打破沉寂

关闭

推荐上一条 /2 下一条