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 void
GeneratingSuggester.processAffixes
(boolean prefixes, String word, GeneratingSuggester.AffixProcessor processor) private void
GeneratingSuggester.processAffixIds
(int affixLength, IntsRef affixIds, GeneratingSuggester.AffixProcessor processor)