Uses of Enum Class
org.apache.lucene.analysis.hunspell.AffixKind
Packages that use AffixKind
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of AffixKind in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as AffixKindModifier and TypeFieldDescriptionprivate final AffixKindWordFormGenerator.AffixEntry.kindThe field for thekindrecord component.Methods in org.apache.lucene.analysis.hunspell that return AffixKindModifier and TypeMethodDescriptionWordFormGenerator.AffixEntry.kind()Returns the value of thekindrecord component.static AffixKindReturns the enum constant of this class with the specified name.static AffixKind[]AffixKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.hunspell with parameters of type AffixKindModifier and TypeMethodDescriptionstatic AffixConditionAnalyzes the given affix kind, strip and condition and returns an object able to efficiently check that condition.private voidWordFormGenerator.fillAffixMap(FST<IntsRef> fst, AffixKind kind) private booleanWordFormGenerator.isCompatibleWithPreviousAffixes(AffixedWord stem, AffixKind kind, char flag) private 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 static AffixConditionAffixCondition.regexpCondition(AffixKind kind, String condition, int charCount) private static AffixConditionAffixCondition.substringCondition(AffixKind kind, String stemCondition) private Stringstatic StringConstructors in org.apache.lucene.analysis.hunspell with parameters of type AffixKindModifierConstructorDescriptionprivateAffixEntry(int id, char flag, AffixKind kind, String affix, String strip, AffixCondition condition) Creates an instance of aAffixEntryrecord class.