Uses of Enum
org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.MatchOperation
Packages that use SpanPayloadCheckQuery.MatchOperation
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
-
Uses of SpanPayloadCheckQuery.MatchOperation in org.apache.lucene.queries.payloads
Fields in org.apache.lucene.queries.payloads declared as SpanPayloadCheckQuery.MatchOperationModifier and TypeFieldDescriptionprotected final SpanPayloadCheckQuery.MatchOperation
SpanPayloadCheckQuery.operation
Methods in org.apache.lucene.queries.payloads that return SpanPayloadCheckQuery.MatchOperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static SpanPayloadCheckQuery.MatchOperation[]
SpanPayloadCheckQuery.MatchOperation.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.queries.payloads with parameters of type SpanPayloadCheckQuery.MatchOperationModifier and TypeMethodDescriptionstatic PayloadMatcher
PayloadMatcherFactory.createMatcherForOpAndType
(SpanPayloadCheckQuery.PayloadType payloadType, SpanPayloadCheckQuery.MatchOperation op) Return a payload matcher for use in the SpanPayloadCheckQuery that will decode the ByteRef from a payload based on the payload type, and apply a matching inequality operations (eq,lt,lte,gt,and gte)Constructors in org.apache.lucene.queries.payloads with parameters of type SpanPayloadCheckQuery.MatchOperationModifierConstructorDescriptionSpanPayloadCheckQuery
(SpanQuery match, List<BytesRef> payloadToMatch, SpanPayloadCheckQuery.PayloadType payloadType, SpanPayloadCheckQuery.MatchOperation operation)