Table of Contents

Constructor RankFusionScoreDetails

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

RankFusionScoreDetails(double, string, BsonDocument[])

Initializes a new instance of the RankFusionScoreDetails class.

public RankFusionScoreDetails(double value, string description, BsonDocument[] details)

Parameters

value double

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

description string

Description of how the score was computed.

details BsonDocument[]

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

See Also
RankFusion<TResult, TNewResult>(IAggregateFluent<TResult>, Dictionary<string, PipelineDefinition<TResult, TNewResult>>, Dictionary<string, double>, RankFusionOptions<TNewResult>)