Class PayloadFunction
An abstract class that defines a way for Payload*Query instances to transform the cumulative effects of payload scores for a document.
@lucene.experimental this class and its derivations are experimental and subject to change
Inheritance
System.Object
PayloadFunction
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class PayloadFunction : object
Methods
Name | Description |
---|---|
CurrentScore(Int32, String, Int32, Int32, Int32, Single, Single) | Calculate the score up to this point for this doc and field |
DocScore(Int32, String, Int32, Single) | Calculate the final score for all the payloads seen so far for this doc/field |
Equals(Object) | |
Explain(Int32, String, Int32, Single) | |
GetHashCode() |