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 class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
private static class
Fields in org.apache.lucene.queries.payloads declared as PayloadMatcherModifier and TypeFieldDescriptionprivate final PayloadMatcher
SpanPayloadCheckQuery.PayloadChecker.payloadMatcher
Fields in org.apache.lucene.queries.payloads with type parameters of type PayloadMatcherModifier and TypeFieldDescriptionprivate static final Map
<SpanPayloadCheckQuery.PayloadType, Map<SpanPayloadCheckQuery.MatchOperation, PayloadMatcher>> PayloadMatcherFactory.payloadCheckerOpTypeMap
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)