Uses of Class
org.apache.lucene.analysis.hunspell.AffixedWord.Affix
Packages that use AffixedWord.Affix
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of AffixedWord.Affix in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell with type parameters of type AffixedWord.AffixModifier and TypeFieldDescriptionprivate final List<AffixedWord.Affix> AffixedWord.prefixesprivate final List<AffixedWord.Affix> AffixedWord.suffixesMethods in org.apache.lucene.analysis.hunspell that return types with arguments of type AffixedWord.AffixConstructor parameters in org.apache.lucene.analysis.hunspell with type arguments of type AffixedWord.AffixModifierConstructorDescription(package private)AffixedWord(String word, DictEntry entry, List<AffixedWord.Affix> prefixes, List<AffixedWord.Affix> suffixes)