public class HighFrequencyDictionary extends Object implements Dictionary
| Constructor and Description |
|---|
HighFrequencyDictionary(org.apache.lucene.index.IndexReader reader,
String field,
float thresh) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.util.BytesRefIterator |
getWordsIterator()
Return all words present in the dictionary
|
public HighFrequencyDictionary(org.apache.lucene.index.IndexReader reader,
String field,
float thresh)
public final org.apache.lucene.util.BytesRefIterator getWordsIterator()
throws IOException
DictionarygetWordsIterator in interface DictionaryIOExceptionCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.