See: Description
Interface | Description |
---|---|
PayloadDecoder |
Defines a way of converting payloads to float values, for use by
PayloadScoreQuery |
Class | Description |
---|---|
AveragePayloadFunction |
Calculate the final score as the average score of all payloads seen.
|
MaxPayloadFunction |
Returns the maximum payload score seen, else 1 if there are no payloads on the doc.
|
MinPayloadFunction |
Calculates the minimum payload seen
|
PayloadFunction |
An abstract class that defines a way for PayloadScoreQuery instances to transform
the cumulative effects of payload scores for a document.
|
PayloadScoreQuery |
A Query class that uses a
PayloadFunction to modify the score of a wrapped SpanQuery |
SpanPayloadCheckQuery |
Only return those matches that have a specific payload at the given position.
|
SumPayloadFunction |
Calculate the final score as the sum of scores of all payloads seen.
|
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.Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.