|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 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)
|
protected SpanPositionCheckQuery.AcceptStatus |
SpanPositionRangeQuery.acceptPosition(Spans spans)
|
protected SpanPositionCheckQuery.AcceptStatus |
SpanPayloadCheckQuery.acceptPosition(Spans spans)
|
protected SpanPositionCheckQuery.AcceptStatus |
SpanFirstQuery.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're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||