Table of Contents

Method MetaTextScore

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

MetaTextScore(string)

Creates a text score projection.

public ProjectionDefinition<TSource> MetaTextScore(string field)

Parameters

field string

The field.

Returns

ProjectionDefinition<TSource>

A text score projection.