Constructor OpenBitSetDISI
OpenBitSetDISI(DocIdSetIterator, Int32)
Construct an OpenBitSetDISI with its bits set from the doc ids of the given DocIdSetIterator. Also give a maximum size one larger than the largest doc id for which a bit may ever be set on this OpenBitSetDISI.
Declaration
public OpenBitSetDISI(DocIdSetIterator disi, int maxSize)
Parameters
Type | Name | Description |
---|---|---|
DocIdSetIterator | disi | |
System.Int32 | maxSize |
OpenBitSetDISI(Int32)
Construct an OpenBitSetDISI with no bits set, and a given maximum size one larger than the largest doc id for which a bit may ever be set on this OpenBitSetDISI.
Declaration
public OpenBitSetDISI(int maxSize)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | maxSize |