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)
          Index a Dictionary
 



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