Table of Contents

Constructor SearchScoreDetails

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

SearchScoreDetails(double, string, SearchScoreDetails[])

Initializes a new instance of the SearchScoreDetails class.

public SearchScoreDetails(double value, string description, SearchScoreDetails[] details)

Parameters

value double

Contribution towards the score by a subset of the scoring formula.

description string

Subset of the scoring formula.

details SearchScoreDetails[]

Breakdown of the score for each match in the document.