Uses of Interface
org.apache.lucene.analysis.hunspell.GeneratingSuggester.AffixProcessor
Packages that use GeneratingSuggester.AffixProcessor
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of GeneratingSuggester.AffixProcessor in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type GeneratingSuggester.AffixProcessorModifier and TypeMethodDescriptionprivate voidGeneratingSuggester.processAffixes(boolean prefixes, String word, GeneratingSuggester.AffixProcessor processor) private voidGeneratingSuggester.processAffixIds(int affixLength, IntsRef affixIds, GeneratingSuggester.AffixProcessor processor)