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
 class PlainTextDictionary
          Dictionary represented by a file text.
 

Methods in org.apache.lucene.search.spell with parameters of type Dictionary
 void SpellChecker.indexDictionary(Dictionary dict)
          Index a Dictionary
 



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