即使提交后,Apache solr索引数据也不可见
我无法在搜索过程中找到文件的索引数据以下是我在操作系统之后的步骤:Windows 7 Solr版本:solr 5.2.1步骤:
令人惊讶的是即时提交为我工作了一天前的相同的配置,一旦我删除了所有的索引,然后我面临这个问题不仅与这个solr实例在同一台机器上的其他solr实例。
以下是来自solrconfig.xml
的autocommit
配置
<autoCommit>
<maxTime>${solr.autoCommit.maxTime:15000}</maxTime>
<openSearcher>false</openSearcher>
</autoCommit>
<autoSoftCommit>
<maxTime>${solr.autoSoftCommit.maxTime:-1}</maxTime>
</autoSoftCommit>
链接地址: http://www.djcxy.com/p/67039.html
上一篇: Apache solr indexed data not visible even after commit
下一篇: can't connect to solr server when rebuilding index for django haystack