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.

Namespace: Lucene.Net.Util
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public OpenBitSetDISI(
	int maxSize
)
Visual Basic
Public Sub New ( _
	maxSize As Integer _
)
Visual C++
public:
OpenBitSetDISI(
	int maxSize
)

Parameters

maxSize
Type: System..::..Int32

[Missing <param name="maxSize"/> documentation for "M:Lucene.Net.Util.OpenBitSetDISI.#ctor(System.Int32)"]

See Also