Constructor RankFusionScoreDetails
RankFusionScoreDetails(double, string, BsonDocument[])
Initializes a new instance of the RankFusionScoreDetails class.
public RankFusionScoreDetails(double value, string description, BsonDocument[] details)
Parameters
value
doubleThe computed score which is the same as the score available via {$meta: "score"}.
description
stringDescription 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>)