ScoringFunctionAggregation Enum

Definition

Defines the aggregation function used to combine the results of all the scoring functions in a scoring profile.

public enum ScoringFunctionAggregation
type ScoringFunctionAggregation = 
Public Enum ScoringFunctionAggregation
Inheritance
ScoringFunctionAggregation

Fields

Average 1

Boost scores by the average of all scoring function results.

FirstMatching 4

Boost scores using the first applicable scoring function in the scoring profile.

Maximum 3

Boost scores by the maximum of all scoring function results.

Minimum 2

Boost scores by the minimum of all scoring function results.

Sum 0

Boost scores by the sum of all scoring function results.

Applies to