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 SuggestibleEntryCacheGeneratingSuggester.entryCacheprivate final SuggestibleEntryCacheSuggester.suggestibleCacheMethods in org.apache.lucene.analysis.hunspell that return SuggestibleEntryCacheModifier and TypeMethodDescription(package private) static SuggestibleEntryCacheSuggestibleEntryCache.buildCache(WordStorage storage) Constructors in org.apache.lucene.analysis.hunspell with parameters of type SuggestibleEntryCacheModifierConstructorDescription(package private)GeneratingSuggester(Hunspell speller, SuggestibleEntryCache entryCache) privateSuggester(Dictionary dictionary, SuggestibleEntryCache suggestibleCache, FragmentChecker checker)