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
Methods in org.apache.lucene.analysis.hunspell that return AffixKindModifier and TypeMethodDescriptionstatic AffixKind
Returns 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 AffixCondition
Analyzes the given affix kind, strip and condition and returns an object able to efficiently check that condition.private void
Dictionary.parseAffix
(TreeMap<String, List<Integer>> affixes, Set<Character> 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 AffixCondition
AffixCondition.regexpCondition
(AffixKind kind, String condition, int charCount) private static AffixCondition
AffixCondition.substringCondition
(AffixKind kind, String stemCondition) static String