Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method | Description |
---|---|---|
SpanFilterResult |
CachingSpanFilter.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 |
SpanQueryFilter.bitSpans(IndexReader reader) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.