DotLucene 1.4 API Documentation

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