File
Doc
Category
Size
Date
Package
LuceneDictionary.java
API Doc
Apache Lucene 1.9
2285
Mon Feb 20 09:18:30 GMT 2006
org.apache.lucene.search.spell
LuceneDictionary
java.lang.Object
public class LuceneDictionary extends Object implements Dictionary
Lucene Dictionary
author
Nicolas Maisonneuve
Fields Summary
IndexReader
reader
String
field
Constructors Summary
public LuceneDictionary
(
IndexReader
reader,
String
field)
this.reader = reader; this.field = field;
Methods Summary
public final
java.util.Iterator
getWordsIterator
()
return new LuceneIterator();
Java Code Source