Uses of Interface
org.apache.lucene.analysis.hunspell.GeneratingSuggester.AffixProcessor
-
Packages that use GeneratingSuggester.AffixProcessor 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 GeneratingSuggester.AffixProcessor in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type GeneratingSuggester.AffixProcessor Modifier and Type Method Description private void
GeneratingSuggester. processAffixes(boolean prefixes, java.lang.String word, GeneratingSuggester.AffixProcessor processor)
private void
GeneratingSuggester. processAffixIds(int affixLength, IntsRef affixIds, GeneratingSuggester.AffixProcessor processor)
-