Description
Attempting to spellcheck some long query terms can trigger org.apache.lucene.util.automaton.TooComplexToDeterminizeException. This change (previously discussed in SOLR-13190, and dependent on LUCENE-9102) adds a maxQueryLength option to DirectSolrSpellChecker so that Lucene/Solr can be configured to not attempt to spellcheck terms over a specified length.
Here's a PR: https://github.com/apache/lucene-solr/pull/1113
Attachments
Issue Links
- requires
-
LUCENE-9102 Add maxQueryLength option to DirectSpellchecker
- Closed
- links to