Lucene.Net 1.9.1 Class Library

Filter.Bits Method 

Returns a BitSet with true for documents which should be permitted in search results, and false for those that should not.

public abstract BitArray Bits(
   IndexReader reader
);

See Also

Filter Class | Lucene.Net.Search Namespace