Typo3 solr auto-suggest 在 facet.field: spell 上抛出异常
Typo3 solr auto-suggest throwing exception on facet.field: spell
在使用带有 typo3 solr 扩展的自动建议功能时,我从 solr 中收到以下异常。
RequestHandlerBase
org.apache.solr.common.SolrException:facet.field期间出现异常:拼写
HttpSolrCall
null:org.apache.solr.common.SolrException:facet.field期间出现异常:拼写
有没有人知道这个异常的原因是什么?我正在使用 solr version:6.2.1。我试图清除 solr 核心并重新索引内容,然后几个小时它工作得很好但之后异常再次出现并自动建议返回空值。我的内容或 solr 配置有问题吗?有什么提示吗?
见https://github.com/TYPO3-Solr/ext-solr/issues/1286
这应该在 EXT:Solr v. 9+ https://github.com/TYPO3-Solr/ext-solr/pull/2413 中修复
您可以使用 Andreas 和 Marcus 的 XCLass 解决方案。
在使用带有 typo3 solr 扩展的自动建议功能时,我从 solr 中收到以下异常。
RequestHandlerBase org.apache.solr.common.SolrException:facet.field期间出现异常:拼写
HttpSolrCall null:org.apache.solr.common.SolrException:facet.field期间出现异常:拼写
有没有人知道这个异常的原因是什么?我正在使用 solr version:6.2.1。我试图清除 solr 核心并重新索引内容,然后几个小时它工作得很好但之后异常再次出现并自动建议返回空值。我的内容或 solr 配置有问题吗?有什么提示吗?
见https://github.com/TYPO3-Solr/ext-solr/issues/1286 这应该在 EXT:Solr v. 9+ https://github.com/TYPO3-Solr/ext-solr/pull/2413 中修复 您可以使用 Andreas 和 Marcus 的 XCLass 解决方案。