Class FilteredDocIdSetIterator
Abstract decorator class of a DocIdSetIterator implementation that provides on-demand filter/validation mechanism on an underlying DocIdSetIterator. See DocIdSetIterator.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FilteredDocIdSetIterator : DocIdSetIterator
Constructors
Name | Description |
---|---|
FilteredDocIdSetIterator(DocIdSetIterator) | Constructor. |
Fields
Name | Description |
---|---|
m_innerIter |
Properties
Name | Description |
---|---|
DocID |
Methods
Name | Description |
---|---|
Advance(Int32) | |
GetCost() | |
Match(Int32) | Validation method to determine whether a docid should be in the result set. |
NextDoc() |