Apache Lucene.Net 2.4.0 Class Library API

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