Uses of Interface
org.apache.lucene.queries.payloads.PayloadMatcher
Packages that use PayloadMatcher
Package
Description
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 PayloadMatcherModifier 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)