Apache Lucene.Net 2.4.0 Class Library API

RemoteCachingWrapperFilter.GetDocIdSet Method 

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

public override DocIdSet GetDocIdSet(
   IndexReader reader
);

Parameters

reader
the index reader for the Filter

Return Value

the DocIdSet

See Also

RemoteCachingWrapperFilter Class | Lucene.Net.Search Namespace