org.apache.lucene.search.spell

Interface Dictionary

public interface Dictionary

A simple interface representing a Dictionary

Version: 1.0

Author: Nicolas Maisonneuve

Method Summary
IteratorgetWordsIterator()
return all the words present in the dictionnary

Method Detail

getWordsIterator

public Iterator getWordsIterator()
return all the words present in the dictionnary

Returns: Iterator

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