Method BitSpans
BitSpans(IndexReader)
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.
Declaration
public abstract SpanFilterResult BitSpans(IndexReader reader)
Parameters
Type | Name | Description |
---|---|---|
IndexReader | reader | The IndexReader to load position and DocIdSet information from |
Returns
Type | Description |
---|---|
SpanFilterResult |