I am trying to get SpellChecker setup using Lucene.NET, it all works fine other than situations similar to the following: I have text containing satellite in the index, I analyze it using ...
I'm building a spellchecker using Lucene and getting a
Failed to load Main-Class manifest attribute from /lib/lucene-spellchecker-2.3.2.jar
javac -Xlint:unchecked -cp lib/lucene-core-2.9.0.jar;lib/lucene-spellchecker-2.3.2.jar -source 1.5 -target 1.5 \ ...