Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
SpanFilterResult |
SpanQueryFilter.bitSpans(IndexReader reader) |
abstract SpanFilterResult |
SpanFilter.bitSpans(IndexReader reader)
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.
|
SpanFilterResult |
CachingSpanFilter.bitSpans(IndexReader reader) |