Uses of Interface
org.apache.lucene.analysis.hunspell.SortingStrategy.EntryAccumulator
Packages that use SortingStrategy.EntryAccumulator
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell), and a stemming
TokenFilter (HunspellStemFilter) based on it.-
Uses of SortingStrategy.EntryAccumulator in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return SortingStrategy.EntryAccumulatorModifier and TypeMethodDescription(package private) abstract SortingStrategy.EntryAccumulatorSortingStrategy.start()Methods in org.apache.lucene.analysis.hunspell with parameters of type SortingStrategy.EntryAccumulatorModifier and TypeMethodDescriptionprivate voidDictionary.addHiddenCapitalizedWord(StringBuilder reuse, SortingStrategy.EntryAccumulator acc, String word, String afterSep) private voidDictionary.mergeDictionaries(List<InputStream> dictionaries, CharsetDecoder decoder, SortingStrategy.EntryAccumulator acc) private voidDictionary.writeNormalizedWordEntry(StringBuilder reuse, String line, SortingStrategy.EntryAccumulator acc)