Uses of Class
org.apache.lucene.analysis.hunspell.WordCase.CharCase
-
Packages that use WordCase.CharCase Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell
), and a stemming TokenFilter (HunspellStemFilter
) based on it. -
-
Uses of WordCase.CharCase in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return WordCase.CharCase Modifier and Type Method Description private static WordCase.CharCase
WordCase. charCase(char c)
static WordCase.CharCase
WordCase.CharCase. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WordCase.CharCase[]
WordCase.CharCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.analysis.hunspell with parameters of type WordCase.CharCase Modifier and Type Method Description private static WordCase
WordCase. get(WordCase.CharCase startCase, boolean seenUpper, boolean seenLower)
-