Table of Contents

Method MetaSearchScore

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

MetaSearchScore<TDocument>(ProjectionDefinition<TDocument>, string)

Combines an existing projection with a search score projection.

public static ProjectionDefinition<TDocument> MetaSearchScore<TDocument>(this ProjectionDefinition<TDocument> projection, string field)

Parameters

projection ProjectionDefinition<TDocument>

The projection.

field string

The field.

Returns

ProjectionDefinition<TDocument>

A combined projection.

Type Parameters

TDocument

The type of the document.