Enum ScoringFunctionAggregation
Defines the aggregation function used to combine the results of all the scoring functions in a scoring profile.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public enum ScoringFunctionAggregation
Average
Boost scores by the average of all scoring function results.
FirstMatching
Boost scores using the first applicable scoring function in the scoring profile.
Maximum
Boost scores by the maximum of all scoring function results.
Minimum
Boost scores by the minimum of all scoring function results.
Sum
Boost scores by the sum of all scoring function results.