DotLucene 1.4 API Documentation

BitVector.Get Method 

Returns true if bit is one and false if it is zero.

public bool Get(
   int bit
);

See Also

BitVector Class | Lucene.Net.Util Namespace