ProjectionDefinitionBuilderTSourceMetaTextScore Method |
Creates a text score projection.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax public ProjectionDefinition<TSource> MetaTextScore(
string field
)
Public Function MetaTextScore (
field As String
) As ProjectionDefinition(Of TSource)
member MetaTextScore :
field : string -> ProjectionDefinition<'TSource>
Parameters
- field
- Type: SystemString
The field.
Return Value
Type:
ProjectionDefinitionTSource
A text score projection.
See Also