Uses of Class
org.apache.lucene.analysis.hunspell.FlagEnumerator.Lookup
-
Packages that use FlagEnumerator.Lookup 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 FlagEnumerator.Lookup in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as FlagEnumerator.Lookup Modifier and Type Field Description (package private) FlagEnumerator.Lookup
Dictionary. flagLookup
The list of unique flagsets (wordforms).Methods in org.apache.lucene.analysis.hunspell that return FlagEnumerator.Lookup Modifier and Type Method Description (package private) FlagEnumerator.Lookup
FlagEnumerator. finish()
-