org.apache.lucene.search.spell

Interface Dictionary

Known Implementing Classes:
LuceneDictionary, PlainTextDictionary

public interface Dictionary

A simple interface representing a Dictionary
Version:
1.0
Author:
Nicolas Maisonneuve

Method Summary

Iterator
getWordsIterator()
Return all words present in the dictionary

Method Details

getWordsIterator

public Iterator getWordsIterator()
Return all words present in the dictionary
Returns:
Iterator

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