public class HighFrequencyDictionary extends java.lang.Object implements Dictionary
| Constructor and Description |
|---|
HighFrequencyDictionary(org.apache.lucene.index.IndexReader reader,
java.lang.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,
java.lang.String field,
float thresh)
public final org.apache.lucene.util.BytesRefIterator getWordsIterator()
throws java.io.IOException
DictionarygetWordsIterator in interface Dictionaryjava.io.IOExceptionCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.