Uses of Record Class
org.apache.lucene.analysis.hunspell.WordFormGenerator.FlagSet
Packages that use WordFormGenerator.FlagSet
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of WordFormGenerator.FlagSet in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type WordFormGenerator.FlagSetModifier and TypeFieldDescriptionprivate final Set<WordFormGenerator.FlagSet> WordFormGenerator.WordCompressor.StemWithFlags.flagsThe field for theflagsrecord component.private final Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.State.stemToFlagsThe field for thestemToFlagsrecord component.private final Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.stemToPossibleFlagsMethods in org.apache.lucene.analysis.hunspell that return types with arguments of type WordFormGenerator.FlagSetModifier and TypeMethodDescriptionprivate Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addFlags(WordFormGenerator.State state, String stem, WordFormGenerator.FlagSet flags) private Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addStem(WordFormGenerator.State state, String stem) WordFormGenerator.WordCompressor.StemWithFlags.flags()Returns the value of theflagsrecord component.WordFormGenerator.State.stemToFlags()Returns the value of thestemToFlagsrecord component.Methods in org.apache.lucene.analysis.hunspell with parameters of type WordFormGenerator.FlagSetModifier and TypeMethodDescriptionprivate Map<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.addFlags(WordFormGenerator.State state, String stem, WordFormGenerator.FlagSet flags) Method parameters in org.apache.lucene.analysis.hunspell with type arguments of type WordFormGenerator.FlagSetModifier and TypeMethodDescriptionWordFormGenerator.WordCompressor.allGenerated(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) (package private) static CharHashSetWordFormGenerator.FlagSet.flatten(Set<WordFormGenerator.FlagSet> flagSets) private WordFormGenerator.StateWordFormGenerator.WordCompressor.newState(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type WordFormGenerator.FlagSetModifierConstructorDescriptionprivateState(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags, int underGenerated, int overGenerated, int potentialCoverage) Creates an instance of aStaterecord class.privateStemWithFlags(String stem, Set<WordFormGenerator.FlagSet> flags) Creates an instance of aStemWithFlagsrecord class.