org.apache.lucene.search.spell
Interface Dictionary

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

public interface Dictionary

A simple interface representing a Dictionary. A Dictionary here is a list of entries, where every entry consists of term, weight and payload.


Method Summary
 InputIterator getEntryIterator()
          Returns an iterator over all the entries
 

Method Detail

getEntryIterator

InputIterator getEntryIterator()
                               throws IOException
Returns an iterator over all the entries

Returns:
Iterator
Throws:
IOException


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