Table of Contents

Method MetaTextScore

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

MetaTextScore(string)

Specifies the name of field to hold the computed relevance score for text search.

public FieldsBuilder MetaTextScore(string name)

Parameters

name string

The name of the field to hold the computed relevance score.

Returns

FieldsBuilder

The builder (so method calls can be chained).