Click or drag to resize

SearchScoreFunctionBuilderTDocumentPath Method (SearchPathDefinitionTDocument, Double)

Creates a function that incorporates an indexed numeric field value into the score.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public SearchScoreFunction<TDocument> Path(
	SearchPathDefinition<TDocument> path,
	double undefined = 0
)

Parameters

path
Type: MongoDB.Driver.SearchSearchPathDefinitionTDocument
The path to the numeric field.
undefined (Optional)
Type: SystemDouble
The value to use if the numeric field specified using path is missing in the document.

Return Value

Type: SearchScoreFunctionTDocument
A path score function.
See Also