File
Doc
Category
Size
Date
Package
LuceneDictionary.java
API Doc
Apache Lucene 2.1.0
2603
Wed Feb 14 10:46:24 GMT 2007
org.apache.lucene.search.spell
LuceneDictionary
java.lang.Object
public class LuceneDictionary extends Object implements Dictionary
Lucene Dictionary
author
Nicolas Maisonneuve
Fields Summary
private IndexReader
reader
private String
field
Constructors Summary
public LuceneDictionary
(
IndexReader
reader,
String
field)
this.reader = reader; this.field = field.intern();
Methods Summary
public final
java.util.Iterator
getWordsIterator
()
return new LuceneIterator();
Java Code Source