Class LuceneDictionary
Lucene Dictionary: terms taken from the given field of a Lucene index.
Implements
Inherited Members
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public class LuceneDictionary : IDictionary
Constructors
LuceneDictionary(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 |
---|---|---|
IndexReader | reader | |
string | field |
Methods
GetEntryEnumerator()
Returns an enumerator over all the entries.
Declaration
public virtual IInputEnumerator GetEntryEnumerator()
Returns
Type | Description |
---|---|
IInputEnumerator | Enumerator |