org.apache.lucene.search.spell

Class LuceneDictionary

public class LuceneDictionary extends Object implements Dictionary

Lucene Dictionary

Author: Nicolas Maisonneuve

Constructor Summary
LuceneDictionary(IndexReader reader, String field)
Method Summary
IteratorgetWordsIterator()

Constructor Detail

LuceneDictionary

public LuceneDictionary(IndexReader reader, String field)

Method Detail

getWordsIterator

public final Iterator getWordsIterator()
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.