Interface ScoreFusionCombination

All Superinterfaces:
Bson
All Known Subinterfaces:
WeightedScoreFusionCombination

@Sealed public interface ScoreFusionCombination extends Bson
The way in which the normalized scores produced by the input pipelines of the $scoreFusion stage are combined into the final score. The server rejects specifying both weights and an expression, which is why they are separate factory methods.
Since:
5.10
See Also:
MongoDB documentation
$scoreFusion
Since server release
8.2