I was wondering if the Lucene SpellChecker class was threadsafe,
specifically, indexDictionary().

Such that:

for (int i = 0; i < numReaders; i++) {
    //spawn new thread to run:
        spellchecker.indexDictionary(new LuceneDictionary(readers[i],
myField));
}

Would work.

Thanks,
Matt
-- 
View this message in context: 
http://www.nabble.com/ThreadSafe-SpellChecker--tp19978466p19978466.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