DotLucene 1.4 API Documentation

DateFilter.Bits Method 

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

public override BitArray Bits(
   IndexReader reader
);

See Also

DateFilter Class | Lucene.Net.Search Namespace