Uses of Class
org.apache.lucene.search.spans.SpanNearQuery

Packages that use SpanNearQuery
org.apache.lucene.search.payloads
The payloads package provides Query mechanisms for finding and using payloads. 
org.apache.lucene.search.spans The calculus of spans. 
 

Uses of SpanNearQuery in org.apache.lucene.search.payloads
 

Subclasses of SpanNearQuery in org.apache.lucene.search.payloads
 class PayloadNearQuery
          This class is very similar to SpanNearQuery except that it factors in the value of the payloads located at each of the positions where the TermSpans occurs.
 

Uses of SpanNearQuery in org.apache.lucene.search.spans
 

Constructors in org.apache.lucene.search.spans with parameters of type SpanNearQuery
NearSpansOrdered(SpanNearQuery spanNearQuery, IndexReader reader)
           
NearSpansOrdered(SpanNearQuery spanNearQuery, IndexReader reader, boolean collectPayloads)
           
NearSpansUnordered(SpanNearQuery query, IndexReader reader)
           
SpanNearPayloadCheckQuery(SpanNearQuery match, Collection<byte[]> payloadToMatch)
           
 



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