Uses of Interface
org.apache.lucene.queries.payloads.PayloadMatcher
-
Packages that use PayloadMatcher Package Description org.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads. -
-
Uses of PayloadMatcher in org.apache.lucene.queries.payloads
Methods in org.apache.lucene.queries.payloads that return PayloadMatcher Modifier and Type Method Description static 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)
-