org.apache.lucene.search.spell
public class PlainTextDictionary extends Object implements Dictionary
| Constructor Summary | |
|---|---|
| PlainTextDictionary(File file) | |
| PlainTextDictionary(InputStream dictFile) | |
| protected | PlainTextDictionary(Reader reader)
Create a dictionary based on a reader. |
| Method Summary | |
|---|---|
| Iterator | getWordsIterator() |