Click or drag to resize

SearchScoreFunctionBuilderTDocumentRelevance Method

Creates a function that represents the relevance score, which is the score Atlas Search assigns documents based on relevance.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public SearchScoreFunction<TDocument> Relevance()

Return Value

Type: SearchScoreFunctionTDocument
A relevance score function.
See Also