Apache Lucene.Net 2.4.0 Class Library API

SpanFilter.BitSpans Method 

Returns a SpanFilterResult with true for documents which should be permitted in search results, and false for those that should not and Spans for where the true docs match.

public abstract SpanFilterResult BitSpans(
   IndexReader reader
);

Parameters

reader
The {@link Lucene.Net.Index.IndexReader} to load position and DocIdSet information from

Return Value

A {@link SpanFilterResult}

See Also

SpanFilter Class | Lucene.Net.Search Namespace