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