Uses of Class
org.apache.lucene.search.payloads.PayloadFunction
Packages that use PayloadFunction
Package
Description
The payloads package provides Query mechanisms for finding and using payloads.
-
Uses of PayloadFunction in org.apache.lucene.search.payloads
Subclasses of PayloadFunction in org.apache.lucene.search.payloadsModifier and TypeClassDescriptionclass
Calculate the final score as the average score of all payloads seen.class
Returns the maximum payload score seen, else 1 if there are no payloads on the doc.class
Calculates the minimum payload seenFields in org.apache.lucene.search.payloads declared as PayloadFunctionModifier and TypeFieldDescriptionprotected PayloadFunction
PayloadNearQuery.function
protected PayloadFunction
PayloadTermQuery.function
Constructors in org.apache.lucene.search.payloads with parameters of type PayloadFunctionModifierConstructorDescriptionPayloadNearQuery
(SpanQuery[] clauses, int slop, boolean inOrder, PayloadFunction function) PayloadTermQuery
(Term term, PayloadFunction function) PayloadTermQuery
(Term term, PayloadFunction function, boolean includeSpanScore)