Table of Contents

Enum ScoreFusionCombinationMethod

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Specifies how the (normalized) scores from each input pipeline of a $scoreFusion stage are combined into a final score.

public enum ScoreFusionCombinationMethod

Fields

Avg = 0

Average the (weighted) input pipeline scores. This is the server default when no method is specified.

Expression = 1

Combine input pipeline scores using a user-supplied aggregation expression.