Uses of Class
org.apache.lucene.search.SpanFilterResult
-
Packages that use SpanFilterResult Package Description org.apache.lucene.search Code to search indices. -
-
Uses of SpanFilterResult in org.apache.lucene.search
Methods in org.apache.lucene.search that return SpanFilterResult Modifier and Type Method Description SpanFilterResultCachingSpanFilter. bitSpans(IndexReader reader)abstract SpanFilterResultSpanFilter. 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.SpanFilterResultSpanQueryFilter. bitSpans(IndexReader reader)
-