Uses of Class
org.apache.lucene.analysis.hunspell.WordStorage
-
Packages that use WordStorage 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 WordStorage in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as WordStorage Modifier and Type Field Description (package private) WordStorage
Dictionary. words
The entries in the .dic file, mapping to their set of flagsMethods in org.apache.lucene.analysis.hunspell that return WordStorage Modifier and Type Method Description (package private) WordStorage
WordStorage.Builder. build()
private WordStorage
Dictionary. readSortedDictionaries(FlagEnumerator flags, SortingStrategy.EntrySupplier sorted)
Methods in org.apache.lucene.analysis.hunspell with parameters of type WordStorage Modifier and Type Method Description (package private) static SuggestibleEntryCache
SuggestibleEntryCache. buildCache(WordStorage storage)
-