Class SpanPayloadCheckQuery

All Implemented Interfaces:
Cloneable

public class SpanPayloadCheckQuery extends SpanPositionCheckQuery
Only return those matches that have a specific payload at the given position.

Do not use this with an SpanQuery that contains a SpanNearQuery. Instead, use SpanNearPayloadCheckQuery since it properly handles the fact that payloads aren't ordered by SpanNearQuery.