Uses of Class
org.apache.lucene.analysis.hunspell.SuggestibleEntryCache
Packages that use SuggestibleEntryCache
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.-
Uses of SuggestibleEntryCache in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as SuggestibleEntryCacheModifier and TypeFieldDescriptionprivate final SuggestibleEntryCache
GeneratingSuggester.entryCache
private final SuggestibleEntryCache
Suggester.suggestibleCache
Methods in org.apache.lucene.analysis.hunspell that return SuggestibleEntryCacheModifier and TypeMethodDescription(package private) static SuggestibleEntryCache
SuggestibleEntryCache.buildCache
(WordStorage storage) Constructors in org.apache.lucene.analysis.hunspell with parameters of type SuggestibleEntryCacheModifierConstructorDescription(package private)
GeneratingSuggester
(Hunspell speller, SuggestibleEntryCache entryCache) private
Suggester
(Dictionary dictionary, SuggestibleEntryCache suggestibleCache, FragmentChecker checker, boolean proceedPastRep)