Uses of Interface
org.apache.lucene.search.spell.Dictionary

Packages that use Dictionary
org.apache.lucene.search.spell Suggest alternate spellings for words. 
 

Uses of Dictionary in org.apache.lucene.search.spell
 

Classes in org.apache.lucene.search.spell that implement Dictionary
 class LuceneDictionary
          Lucene Dictionary: terms taken from the given field of a Lucene index.
 class PlainTextDictionary
          Dictionary represented by a text file.
 

Methods in org.apache.lucene.search.spell with parameters of type Dictionary
 void SpellChecker.indexDictionary(Dictionary dict)
          Indexes the data from the given Dictionary.
 void SpellChecker.indexDictionary(Dictionary dict, int mergeFactor, int ramMB)
          Indexes the data from the given Dictionary.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.