Module org.apache.lucene.queries
Package org.apache.lucene.queries.payloads
The payloads package provides Query mechanisms for finding and using payloads.
The following Query implementations are provided:
PayloadScoreQuery
-- For all terms matched by a SpanQuery, boost the score based on the value of the payload located at those terms.
-
Interface Summary Interface Description PayloadDecoder Defines a way of converting payloads to float values, for use byPayloadScoreQuery
PayloadMatcher Defines an interface for testing if two payloads should be consider to match -
Enum Summary Enum Description SpanPayloadCheckQuery.MatchOperation The payload type.SpanPayloadCheckQuery.PayloadType The payload type.