You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Scott Van Wart (JIRA)" <ji...@apache.org> on 2014/05/26 19:00:04 UTC

[jira] [Created] (LUCENE-5707) Spell checker puts a hard 3-letter limit on indexed words which affects suggestions

Scott Van Wart created LUCENE-5707:
--------------------------------------

             Summary: Spell checker puts a hard 3-letter limit on indexed words which affects suggestions
                 Key: LUCENE-5707
                 URL: https://issues.apache.org/jira/browse/LUCENE-5707
             Project: Lucene - Core
          Issue Type: Bug
          Components: modules/spellchecker
    Affects Versions: 4.8.1
         Environment: Windows 7 / IntelliJ IDEA
            Reporter: Scott Van Wart
         Attachments: an.png

SVN r1055285 (committed for LUCENE-2391) introduced a hard limit on the minimum length required before including a word in the spell checker.  This not only shows all 2-letter words as misspelled/not existing (unless the caller agrees that 2-letter words should not be checked for spelling) but 2-letter suggestions will never show up in a call to suggestSimilar().  It would be nice to have this limit reduced or, ideally, not hard-coded.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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