Uses of Interface
org.apache.lucene.analysis.hunspell.SortingStrategy.EntrySupplier
-
Packages that use SortingStrategy.EntrySupplier 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.EntrySupplier in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell that return SortingStrategy.EntrySupplier Modifier and Type Method Description SortingStrategy.EntrySupplier
SortingStrategy.EntryAccumulator. finishAndSort()
Methods in org.apache.lucene.analysis.hunspell with parameters of type SortingStrategy.EntrySupplier Modifier and Type Method Description private WordStorage
Dictionary. readSortedDictionaries(FlagEnumerator flags, SortingStrategy.EntrySupplier sorted)
-