Uses of Class
org.apache.lucene.search.SpanFilterResult

Packages that use SpanFilterResult
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
 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)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.