Click or drag to resize

SortByMetaTextScore Method

Adds a key to sort by the computed relevance score when using text search. The name of the key should be the name of the projected relevance score field.

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public static SortByBuilder MetaTextScore(
	string key
)

Parameters

key
Type: SystemString
The name of the computed relevance score field.

Return Value

Type: SortByBuilder
The builder (so method calls can be chained).
See Also