Class ScoreFusionScoreDetails
Represents the scoreDetails object for a document from a $scoreFusion result.
public sealed class ScoreFusionScoreDetails
- Inheritance
-
ScoreFusionScoreDetails
- Inherited Members
Constructors
- ScoreFusionScoreDetails(double, string, string, BsonDocument, BsonDocument[])
Initializes a new instance of the ScoreFusionScoreDetails class.
Properties
- Combination
Gets the combination configuration used to merge per-pipeline scores.
- Description
Gets the description of how the score was computed.
- Details
Gets info about how each input pipeline in the scoreFusion stage contributed to the computed score.
- Normalization
Gets the normalization applied to per-pipeline scores before combination.
- Value
Gets the computed score which is the same as the score available via {$meta: "score"}.