You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Mathieu Bouchard (JIRA)" <ji...@apache.org> on 2014/11/27 04:14:12 UTC

[jira] [Created] (SOLR-6800) Support more than 2 maxEdits for the DirectSolrSpellChecker component

Mathieu Bouchard created SOLR-6800:
--------------------------------------

             Summary: Support more than 2 maxEdits for the DirectSolrSpellChecker component
                 Key: SOLR-6800
                 URL: https://issues.apache.org/jira/browse/SOLR-6800
             Project: Solr
          Issue Type: Improvement
          Components: spellchecker
    Affects Versions: 4.10.2
            Reporter: Mathieu Bouchard


Currently, the IndexSolrSpellChecker and DirectSolrSpellChecker can have a maxEdits value of 1 or 2, which means that a maximum of 2 edits will be performed on the query before giving up on finding correct terms.

This works fine for simple words, but when the users are searching for a complete sentence, there can be more than 2 errors, especially on languages like French where accents are frequently ignored while typing a query.

To correct this problem, we would need to specify a higher maxEdits value. An alternative approach would be to have a value named maxEditsPerWord or something like that.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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