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.LookupDictionary. flagLookupThe list of unique flagsets (wordforms).private FlagEnumerator.LookupGeneratingSuggester.EntryFilter. flagLookupMethods in org.apache.lucene.analysis.hunspell that return FlagEnumerator.Lookup Modifier and Type Method Description (package private) FlagEnumerator.LookupFlagEnumerator. finish()
-