Hello Everyone,

I have a query regarding Spell Checker. I created the spell index using the
following code
SpellChecker spellChecker = new SpellChecker(spellDir);
spellChecker.indexDictionary(dictionary);

This works perfectly. But is there any way in which I can dynamically add
records to the spell checker ? ( Reindexing everytime is a big overkill )

Thanks!
Rakesh
-- 
View this message in context: 
http://www.nabble.com/Spell-Check-%2B-Adding-records-tp14832559p14832559.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to