Uses of Class
org.apache.lucene.analysis.hunspell.FlagEnumerator
Packages that use FlagEnumerator
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of FlagEnumerator in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as FlagEnumeratorMethods in org.apache.lucene.analysis.hunspell with parameters of type FlagEnumeratorModifier and TypeMethodDescriptionprivate voidDictionary.parseAffix(TreeMap<String, IntArrayList> affixes, CharHashSet secondStageFlags, String header, LineNumberReader reader, AffixKind kind, Map<String, Integer> seenPatterns, Map<String, Integer> seenStrips, FlagEnumerator flags) Parses a specific affix rule putting the result into the provided affix mapprivate voidDictionary.readAffixFile(InputStream affixStream, CharsetDecoder decoder, FlagEnumerator flags) Reads the affix file through the provided InputStream, building up the prefix and suffix mapsprivate WordStorageDictionary.readSortedDictionaries(FlagEnumerator flags, SortingStrategy.EntrySupplier sorted) Constructors in org.apache.lucene.analysis.hunspell with parameters of type FlagEnumeratorModifierConstructorDescription(package private)Builder(int wordCount, double hashFactor, boolean hasCustomMorphData, FlagEnumerator flagEnumerator, char[] noSuggestFlags)