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