[ 
https://issues.apache.org/jira/browse/SOLR-14131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Webb updated SOLR-14131:
-----------------------------
    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 


  was:
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 draft PR: https://github.com/apache/lucene-solr/pull/1112 (I'm 
struggling writing tests, and we should update the Solr docs too.)



> Add maxQueryLength option to DirectSolrSpellchecker
> ---------------------------------------------------
>
>                 Key: SOLR-14131
>                 URL: https://issues.apache.org/jira/browse/SOLR-14131
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: search
>            Reporter: Andy Webb
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to