Uses of Class
org.apache.lucene.analysis.hunspell.SuggestibleEntryCache
-
Packages that use SuggestibleEntryCache 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 SuggestibleEntryCache in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as SuggestibleEntryCache Modifier and Type Field Description private SuggestibleEntryCache
GeneratingSuggester. entryCache
private SuggestibleEntryCache
Suggester. suggestibleCache
Methods in org.apache.lucene.analysis.hunspell that return SuggestibleEntryCache Modifier and Type Method Description (package private) static SuggestibleEntryCache
SuggestibleEntryCache. buildCache(WordStorage storage)
Constructors in org.apache.lucene.analysis.hunspell with parameters of type SuggestibleEntryCache Constructor Description GeneratingSuggester(Hunspell speller, SuggestibleEntryCache entryCache)
Suggester(Dictionary dictionary, SuggestibleEntryCache suggestibleCache, FragmentChecker checker)
-