Apache Lucene.Net 2.4.0 Class Library API

BitVector Constructor

Constructs a vector capable of holding

n
bits.

Overload List

Constructs a bit vector from the file

name
in Directory
d
, as written by the {@link #write} method.

public BitVector(Directory,string);

Constructs a vector capable of holding

n
bits.

public BitVector(int);

See Also

BitVector Class | Lucene.Net.Util Namespace