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) WordStorageDictionary. wordsThe 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) WordStorageWordStorage.Builder. build()private WordStorageDictionary. readSortedDictionaries(Directory tempDir, java.lang.String sorted, FlagEnumerator flags, int wordCount)
-