You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Andy Webb (Jira)" <ji...@apache.org> on 2019/12/19 17:28:00 UTC

[jira] [Updated] (LUCENE-9102) Add maxQueryLength option to DirectSpellchecker

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

Andy Webb updated LUCENE-9102:
------------------------------
    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.

Draft PR: https://github.com/apache/lucene-solr/pull/1103

  was:
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 incoming)


> Add maxQueryLength option to DirectSpellchecker
> -----------------------------------------------
>
>                 Key: LUCENE-9102
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9102
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/spellchecker
>            Reporter: Andy Webb
>            Priority: Minor
>          Time Spent: 10m
>  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) adds a {{maxQueryLength}} option to {{DirectSpellchecker}} so that Lucene can be configured to not attempt to spellcheck terms over a specified length.
> Draft PR: https://github.com/apache/lucene-solr/pull/1103



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

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