简体   繁体   中英

Typo3 solr auto-suggest throwing exception on facet.field: spell

While using auto-suggest feature with typo3 solr extension I am getting following exceptions from solr.

RequestHandlerBase org.apache.solr.common.SolrException: Exception during facet.field: spell

HttpSolrCall null:org.apache.solr.common.SolrException: Exception during facet.field: spell

Does anyone have an idea on what will be the reason for this exception? I am using solr version:6.2.1. I have tried to clear solr core and re-indexed the contents, then for few hours it worked very well but after that the exception appeared again and auto-suggest returned null values. Is it an issue with my content or solr configuration? Any hints?

see in https://github.com/TYPO3-Solr/ext-solr/issues/1286 That should be fixed in EXT:Solr v. 9+ https://github.com/TYPO3-Solr/ext-solr/pull/2413 You could use XCLass solution from Andreas and Marcus.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM