Enum ScoreFusionCombinationMethod
Specifies how the (normalized) scores from each input pipeline of a $scoreFusion stage are combined into a final score.
public enum ScoreFusionCombinationMethod
Fields
Avg = 0Average the (weighted) input pipeline scores. This is the server default when no method is specified.
Expression = 1Combine input pipeline scores using a user-supplied aggregation expression.