You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Johnny Jenkins (JIRA)" <ji...@apache.org> on 2013/10/10 23:40:42 UTC

[jira] [Created] (LUCENE-5276) Spellchecker - provide add/remove word methods

Johnny Jenkins created LUCENE-5276:
--------------------------------------

             Summary: Spellchecker - provide add/remove word methods
                 Key: LUCENE-5276
                 URL: https://issues.apache.org/jira/browse/LUCENE-5276
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Johnny Jenkins
            Priority: Minor


After creating the initial index the SpellChecker class does not provide methods to add/remove words.

The user is able to add/remove words to the F_WORD field and doing this is separate from the SpellChecker.  The down side is that the added word is not available as a suggestion because it has not been added to the other 'out of the box' fields such as start/end/gram fields.

Please consider providing public addWord/removeWord methods.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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