File
Doc
Category
Size
Date
Package
Dictionary.java
API Doc
Apache Lucene 2.2.0
1172
Sat Jun 16 22:21:02 BST 2007
org.apache.lucene.search.spell
Dictionary
public interface Dictionary
A simple interface representing a Dictionary. A Dictionary here is just a list of words.
author
Nicolas Maisonneuve
version
1.0
Fields Summary
Constructors Summary
Methods Summary
public
java.util.Iterator
getWordsIterator
()
Return all words present in the dictionary
return
Iterator
Java Code Source