Class LuceneDictionary
Lucene Dictionary: terms taken from the given field of a Lucene index.
Inheritance
System.Object
LuceneDictionary
Implements
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public class LuceneDictionary : object, IDictionary
Constructors
| Improve this Doc View SourceLuceneDictionary(IndexReader, String)
Creates a new Dictionary, pulling source terms from the specified
field
in the provided reader
Declaration
public LuceneDictionary(IndexReader reader, string field)
Parameters
Type | Name | Description |
---|---|---|
Index |
reader | |
System. |
field |
Methods
| Improve this Doc View SourceGetEntryIterator()
Declaration
public virtual IInputIterator GetEntryIterator()
Returns
Type | Description |
---|---|
IInput |