Class LuceneDictionary
Lucene Dictionary: terms taken from the given field of a Lucene index.
Inheritance
System.Object
LuceneDictionary
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Search.Spell
Assembly: Lucene.Net.Suggest.dll
Syntax
public class LuceneDictionary : 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 |
|---|---|---|
| IndexReader | reader | |
| System.String | field |
Methods
| Improve this Doc View SourceGetEntryIterator()
Declaration
public virtual IInputIterator GetEntryIterator()
Returns
| Type | Description |
|---|---|
| IInputIterator |