Apache Lucene.Net 2.4.0 Class Library API

RemoteCachingWrapperFilter.Bits Method 

NOTE: This method is now obsolete.

Use GetDocIdSet(IndexReader) instead.


Uses the {@link FilterManager} to keep the cache for a filter on the searcher side of a remote connection.

public override BitArray Bits(
   IndexReader reader
);

Parameters

reader
the index reader for the Filter

Return Value

the bitset

See Also

RemoteCachingWrapperFilter Class | Lucene.Net.Search Namespace