protected abstract FilterSpans.AcceptStatus |
FilterSpans.accept(Spans candidate) |
Returns YES if the candidate should be an accepted match, NO if it should not, and
NO_MORE_IN_CURRENT_DOC if iteration should move on to the next document.
|
protected FilterSpans.AcceptStatus |
SpanFirstQuery.acceptPosition(Spans spans) |
|
protected abstract FilterSpans.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 FilterSpans.AcceptStatus |
SpanPositionRangeQuery.acceptPosition(Spans spans) |
|
static FilterSpans.AcceptStatus |
FilterSpans.AcceptStatus.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FilterSpans.AcceptStatus[] |
FilterSpans.AcceptStatus.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|