Uses of Enum Class
org.apache.lucene.analysis.hunspell.WordCase.CharCase
Packages that use WordCase.CharCase
Package
Description
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.CharCaseModifier and TypeMethodDescriptionprivate static WordCase.CharCase
WordCase.charCase
(char c) static WordCase.CharCase
Returns the enum constant of this class with the specified name.static WordCase.CharCase[]
WordCase.CharCase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.hunspell with parameters of type WordCase.CharCaseModifier and TypeMethodDescriptionprivate static WordCase
WordCase.get
(WordCase.CharCase startCase, boolean seenUpper, boolean seenLower)