org.apache.lucene.search.spell
Interface Dictionary
- All Known Implementing Classes:
- LuceneDictionary, PlainTextDictionary
public interface Dictionary
A simple interface representing a Dictionary. A Dictionary
here is just a list of words.
- Version:
- 1.0
- Author:
- Nicolas Maisonneuve
Method Summary |
java.util.Iterator |
getWordsIterator()
Return all words present in the dictionary |
getWordsIterator
java.util.Iterator getWordsIterator()
- Return all words present in the dictionary
- Returns:
- Iterator
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.