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.flags
The field for theflags
record component.private final Map
<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.State.stemToFlags
The field for thestemToFlags
record component.private final Map
<String, Set<WordFormGenerator.FlagSet>> WordFormGenerator.WordCompressor.stemToPossibleFlags
Methods 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 theflags
record component.WordFormGenerator.State.stemToFlags()
Returns the value of thestemToFlags
record 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 CharHashSet
WordFormGenerator.FlagSet.flatten
(Set<WordFormGenerator.FlagSet> flagSets) private WordFormGenerator.State
WordFormGenerator.WordCompressor.newState
(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags) Constructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type WordFormGenerator.FlagSetModifierConstructorDescriptionprivate
State
(Map<String, Set<WordFormGenerator.FlagSet>> stemToFlags, int underGenerated, int overGenerated, int potentialCoverage) Creates an instance of aState
record class.private
StemWithFlags
(String stem, Set<WordFormGenerator.FlagSet> flags) Creates an instance of aStemWithFlags
record class.