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
Fields in org.apache.lucene.queries.payloads declared as PayloadMatcher Modifier and Type Field Description private PayloadMatcherSpanPayloadCheckQuery.PayloadChecker. payloadMatcherFields in org.apache.lucene.queries.payloads with type parameters of type PayloadMatcher Modifier and Type Field Description private static java.util.EnumMap<SpanPayloadCheckQuery.PayloadType,java.util.EnumMap<SpanPayloadCheckQuery.MatchOperation,PayloadMatcher>>PayloadMatcherFactory. payloadCheckerOpTypeMapMethods in org.apache.lucene.queries.payloads that return PayloadMatcher Modifier and Type Method Description static 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)
-