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
Classes in org.apache.lucene.queries.payloads that implement PayloadMatcherModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classprivate static classFields in org.apache.lucene.queries.payloads declared as PayloadMatcherModifier and TypeFieldDescriptionprivate final PayloadMatcherSpanPayloadCheckQuery.PayloadChecker.payloadMatcherFields in org.apache.lucene.queries.payloads with type parameters of type PayloadMatcherModifier and TypeFieldDescriptionprivate static final Map<SpanPayloadCheckQuery.PayloadType, Map<SpanPayloadCheckQuery.MatchOperation, PayloadMatcher>> PayloadMatcherFactory.payloadCheckerOpTypeMapMethods in org.apache.lucene.queries.payloads that return PayloadMatcherModifier and TypeMethodDescriptionstatic PayloadMatcherPayloadMatcherFactory.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)