Class OpenBitSetIterator
An iterator to iterate over set bits in an OpenBitSet. this is faster than NextSetBit(Int64) for iterating over the complete set of bits, especially when the density of the bits set is high.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public class OpenBitSetIterator : DocIdSetIterator
Constructors
Name | Description |
---|---|
OpenBitSetIterator(OpenBitSet) | |
OpenBitSetIterator(Int64[], Int32) |
Properties
Name | Description |
---|---|
DocID |
Methods
Name | Description |
---|---|
Advance(Int32) | |
GetCost() | |
NextDoc() |