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) WordStorage
Dictionary.words
The entries in the .dic file, mapping to their set of flagsMethods in org.apache.lucene.analysis.hunspell that return WordStorageModifier and TypeMethodDescription(package private) WordStorage
WordStorage.Builder.build()
private WordStorage
Dictionary.readSortedDictionaries
(Directory tempDir, String sorted, FlagEnumerator flags, int wordCount) Methods in org.apache.lucene.analysis.hunspell with parameters of type WordStorageModifier and TypeMethodDescription(package private) static SuggestibleEntryCache
SuggestibleEntryCache.buildCache
(WordStorage storage)