Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
New
Description
Attempting to spellcheck some long query terms can trigger org.apache.lucene.util.automaton.TooComplexToDeterminizeException. This change (previously discussed in SOLR-13190) adds a maxQueryLength option to DirectSpellchecker so that Lucene can be configured to not attempt to spellcheck terms over a specified length.
PR: https://github.com/apache/lucene-solr/pull/1103
Dependent Solr issue: SOLR-14131
Attachments
Issue Links
- is related to
-
SOLR-13190 Fuzzy search treated as server error instead of client error when terms are too complex
- Closed
- is required by
-
SOLR-14131 Add maxQueryLength option to DirectSolrSpellchecker
- Closed
- links to