使用 SOLR Apache Lucene 3.6 时,SOLR 搜索响应非常慢。
我正在尝试的一些性能增强技术是
SOLR 分页
solrConfig.xml 中的 mergeFactor 当前设置为 10
SOLR 方面查询
solrconfig.xml 中的 filterCache 设置为大小 512 并使用 solr.FastLRUCache 和 autowarm = 0;
solfconfig.xml 中的 queryResultCache 设置为大小 512,autowarmCount=0
newSearcher、firstSearcher 和 useColdSearcher
100,000 个文档的单段索引
100,000 个文档的单机 SOLR 服务器
如何优化项目 1-7 以增加对术语/查询的 SOLR 搜索响应?是否有任何其他优化参数需要考虑以上未提及的?