Uses of Interface
org.apache.lucene.analysis.hunspell.SortingStrategy.EntryAccumulator
-
Packages that use SortingStrategy.EntryAccumulator 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 SortingStrategy.EntryAccumulator in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return SortingStrategy.EntryAccumulator Modifier and Type Method Description (package private) abstract SortingStrategy.EntryAccumulator
SortingStrategy. start()
Methods in org.apache.lucene.analysis.hunspell with parameters of type SortingStrategy.EntryAccumulator Modifier and Type Method Description private void
Dictionary. addHiddenCapitalizedWord(java.lang.StringBuilder reuse, SortingStrategy.EntryAccumulator acc, java.lang.String word, java.lang.String afterSep)
private void
Dictionary. mergeDictionaries(java.util.List<java.io.InputStream> dictionaries, java.nio.charset.CharsetDecoder decoder, SortingStrategy.EntryAccumulator acc)
private void
Dictionary. writeNormalizedWordEntry(java.lang.StringBuilder reuse, java.lang.String line, SortingStrategy.EntryAccumulator acc)
-