Uses of Class
org.apache.lucene.analysis.hunspell.HunspellWord
-
Packages that use HunspellWord Package Description org.apache.lucene.analysis.hunspell Stemming TokenFilter using a Java implementation of the Hunspell stemming algorithm. -
-
Uses of HunspellWord in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return types with arguments of type HunspellWord Modifier and Type Method Description List<HunspellWord>
HunspellDictionary. lookupWord(char[] word, int offset, int length)
Looks up HunspellWords that match the String created from the given char array, offset and length
-