Re: SpellChecker and Lucene 2.1

2007-03-15 Thread Ryan O'Hara
Thanks a ton, Hoss. I just did an ant on the contrib/spellchecker directory and it produced a jar file in the LUCENE_HOME/build/ directory. Replacing the old jar file with the new jar file fixed my errrors as I suspected. Thanks, again. -Ryan On Mar 15, 2007, at 1:38 PM, Chris Hostetter

Re: SpellChecker and Lucene 2.1

2007-03-15 Thread Chris Hostetter
: My question basically was is there a spellchecker-2.*1*-rc1-dev.jar? There *should* be a spellchecker 2.1 jar in the contrib/spellchecker/ directory of the 2.1 release. -Hoss - To unsubscribe, e-mail: [EMAIL PROTECTED] Fo

Re: SpellChecker and Lucene 2.1

2007-03-15 Thread karl wettin
15 mar 2007 kl. 15.33 skrev Ryan O'Hara: My question basically was is there a spellchecker-2.*1*-rc1-dev.jar? There has been changes since 2.0. You can also take a look at this: https://issues.apache.org/jira/browse/LUCENE-632 The problems I'm having... Exception: java.lang.NullPointerE

Re: SpellChecker and Lucene 2.1

2007-03-15 Thread Ryan O'Hara
My question basically was is there a spellchecker-2.*1*-rc1-dev.jar? The problems I'm having... Exception: java.lang.NullPointerException at org.apache.lucene.search.spell.SpellChecker.indexDictionary (SpellChecker.java:298) at DidYouMeanIndexer.createSpellIndex(DidYouMeanInd

Re: SpellChecker and Lucene 2.1

2007-03-14 Thread karl wettin
14 mar 2007 kl. 21.47 skrev Ryan O'Hara: Is there a SpellChecker.jar compatible with Lucene 2.1. After updating to Lucene 2.1, I seem to have lost the ability to create a spell index using spellchecker-2.0-rc1-dev.jar. Any help would be greatly appreciated. Can you explain the problem

SpellChecker and Lucene 2.1

2007-03-14 Thread Ryan O'Hara
Is there a SpellChecker.jar compatible with Lucene 2.1. After updating to Lucene 2.1, I seem to have lost the ability to create a spell index using spellchecker-2.0-rc1-dev.jar. Any help would be greatly appreciated. Thanks, Ryan --