Class DocumentDictionary.DocumentInputIterator
Implements IInputIterator from stored fields.
Inheritance
System.Object
DocumentDictionary.DocumentInputIterator
Assembly: Lucene.Net.Suggest.dll
Syntax
protected class DocumentInputIterator : object, IInputIterator, IBytesRefIterator
Constructors
Name | Description |
---|---|
DocumentInputIterator(DocumentDictionary, Boolean, Boolean) | Creates an iterator over term, weight and payload fields from the lucene index. setting HasPayloads to false, implies an iterator over only term and weight. |
Properties
Name | Description |
---|---|
Comparer | |
Contexts | |
HasContexts | |
HasPayloads | |
Payload | |
Weight |
Methods
Name | Description |
---|---|
GetWeight(Document, Int32) | Returns the value of the Weight property for the current document.
Retrieves the value for the Weight property if its stored (using |
Next() |