org.apache.lucene.search.spell
Interface Dictionary

All Known Implementing Classes:
FileDictionary, HighFrequencyDictionary, LuceneDictionary, PlainTextDictionary

public interface Dictionary

A simple interface representing a Dictionary. A Dictionary here is just a list of words.

Version:
1.0

Method Summary
 Iterator<String> getWordsIterator()
          Return all words present in the dictionary
 

Method Detail

getWordsIterator

Iterator<String> getWordsIterator()
Return all words present in the dictionary

Returns:
Iterator


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