Table of Contents

Property CombinationMethod

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

CombinationMethod

Gets or sets the method used to combine scores from each input pipeline. When null, no method is emitted and the server defaults to Avg.

public ScoreFusionCombinationMethod? CombinationMethod { get; set; }

Property Value

ScoreFusionCombinationMethod?