Uses of Interface
org.apache.lucene.search.spell.Dictionary
-
Packages that use Dictionary Package Description org.apache.lucene.search.spell org.apache.lucene.search.suggest -
-
Uses of Dictionary in org.apache.lucene.search.spell
Methods in org.apache.lucene.search.spell with parameters of type Dictionary Modifier and Type Method Description voidSpellChecker. indexDictionary(Dictionary dict, IndexWriterConfig config, boolean fullMerge)Indexes the data from the givenDictionary. -
Uses of Dictionary in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type Dictionary Modifier and Type Method Description voidLookup. build(Dictionary dict)Build lookup from a dictionary.
-