Table of Contents

Class RankFusionScoreDetails

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Represents the scoreDetails object for a document from a $rankFusion result.

public sealed class RankFusionScoreDetails
Inheritance
RankFusionScoreDetails
Inherited Members

Constructors

RankFusionScoreDetails(double, string, BsonDocument[])

Initializes a new instance of the RankFusionScoreDetails class.

Properties

Description

Gets the description of how the score was computed.

Details

Gets info about how each input pipeline in the rankFusion stage contributed to the computed score.

Value

Gets the computed score which is the same as the score available via {$meta: "score"}.