Uses of Class
org.apache.lucene.queries.payloads.SpanPayloadCheckQuery.PayloadType
-
Packages that use SpanPayloadCheckQuery.PayloadType Package Description org.apache.lucene.queries.payloads The payloads package provides Query mechanisms for finding and using payloads. -
-
Uses of SpanPayloadCheckQuery.PayloadType in org.apache.lucene.queries.payloads
Fields in org.apache.lucene.queries.payloads declared as SpanPayloadCheckQuery.PayloadType Modifier and Type Field Description protected SpanPayloadCheckQuery.PayloadType
SpanPayloadCheckQuery. payloadType
Methods in org.apache.lucene.queries.payloads that return SpanPayloadCheckQuery.PayloadType Modifier and Type Method Description static SpanPayloadCheckQuery.PayloadType
SpanPayloadCheckQuery.PayloadType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpanPayloadCheckQuery.PayloadType[]
SpanPayloadCheckQuery.PayloadType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.queries.payloads with parameters of type SpanPayloadCheckQuery.PayloadType 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)Constructors in org.apache.lucene.queries.payloads with parameters of type SpanPayloadCheckQuery.PayloadType Constructor Description SpanPayloadCheckQuery(SpanQuery match, List<BytesRef> payloadToMatch, SpanPayloadCheckQuery.PayloadType payloadType, SpanPayloadCheckQuery.MatchOperation operation)
SpanPayloadCheckWeight(IndexSearcher searcher, Map<Term,TermStates> termStates, SpanWeight matchWeight, float boost, SpanPayloadCheckQuery.PayloadType payloadType)
-