Uses of Class
org.apache.lucene.analysis.hunspell.WordStorage
Packages that use WordStorage
Package
Description
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 WordStorageModifier and TypeFieldDescription(package private) WordStorageDictionary.wordsThe entries in the .dic file, mapping to their set of flagsMethods in org.apache.lucene.analysis.hunspell that return WordStorageModifier and TypeMethodDescription(package private) WordStorageWordStorage.Builder.build()private WordStorageDictionary.readSortedDictionaries(FlagEnumerator flags, SortingStrategy.EntrySupplier sorted) Methods in org.apache.lucene.analysis.hunspell with parameters of type WordStorageModifier and TypeMethodDescription(package private) static SuggestibleEntryCacheSuggestibleEntryCache.buildCache(WordStorage storage)