Apache Lucene.Net 2.4.0 Class Library API

RangeFilter.Bits Method 

NOTE: This method is now obsolete.

use GetDocIdSet(IndexReader) instead


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

RangeFilter Class | Lucene.Net.Search Namespace