Uses of Class
org.apache.lucene.search.spans.SpanPositionCheckQuery.AcceptStatus

Packages that use SpanPositionCheckQuery.AcceptStatus
org.apache.lucene.search.spans The calculus of spans. 
 

Uses of SpanPositionCheckQuery.AcceptStatus in org.apache.lucene.search.spans
 

Methods in org.apache.lucene.search.spans that return SpanPositionCheckQuery.AcceptStatus
protected  SpanPositionCheckQuery.AcceptStatus SpanFirstQuery.acceptPosition(Spans spans)
           
protected  SpanPositionCheckQuery.AcceptStatus SpanPositionRangeQuery.acceptPosition(Spans spans)
           
protected  SpanPositionCheckQuery.AcceptStatus SpanPayloadCheckQuery.acceptPosition(Spans spans)
           
protected abstract  SpanPositionCheckQuery.AcceptStatus SpanPositionCheckQuery.acceptPosition(Spans spans)
          Implementing classes are required to return whether the current position is a match for the passed in "match" SpanQuery.
protected  SpanPositionCheckQuery.AcceptStatus SpanNearPayloadCheckQuery.acceptPosition(Spans spans)
           
static SpanPositionCheckQuery.AcceptStatus SpanPositionCheckQuery.AcceptStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpanPositionCheckQuery.AcceptStatus[] SpanPositionCheckQuery.AcceptStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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