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.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntaxpublic static SortByBuilder MetaTextScore(
string key
)
Public Shared Function MetaTextScore (
key As String
) As SortByBuilder
static member MetaTextScore :
key : string -> SortByBuilder
Parameters
- key
- Type: SystemString
The name of the computed relevance score field.
Return Value
Type:
SortByBuilderThe builder (so method calls can be chained).
See Also