Constructor DocumentInputIterator
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.
Declaration
public DocumentInputIterator(DocumentDictionary outerInstance, bool hasPayloads, bool hasContexts)
Parameters
Type | Name | Description |
---|---|---|
DocumentDictionary | outerInstance | |
System.Boolean | hasPayloads | |
System.Boolean | hasContexts |