Uses of Interface
org.apache.lucene.analysis.hunspell.AffixCondition
-
Packages that use AffixCondition Package Description org.apache.lucene.analysis.hunspell A Java implementation of Hunspell stemming and spell-checking algorithms (Hunspell), and a stemming TokenFilter (HunspellStemFilter) based on it. -
-
Uses of AffixCondition in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as AffixCondition Modifier and Type Field Description static AffixConditionAffixCondition. ALWAYS_FALSEstatic AffixConditionAffixCondition. ALWAYS_TRUEFields in org.apache.lucene.analysis.hunspell with type parameters of type AffixCondition Modifier and Type Field Description (package private) java.util.ArrayList<AffixCondition>Dictionary. patternsAll condition checks used by prefixes and suffixes.Methods in org.apache.lucene.analysis.hunspell that return AffixCondition Modifier and Type Method Description static AffixConditionAffixCondition. compile(AffixKind kind, java.lang.String strip, java.lang.String condition, java.lang.String line)Analyzes the given affix kind, strip and condition and returns an object able to efficiently check that condition.private static AffixConditionAffixCondition. regexpCondition(AffixKind kind, java.lang.String condition, int charCount)private static AffixConditionAffixCondition. substringCondition(AffixKind kind, java.lang.String stemCondition)
-