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