Table of Contents

Class SearchScoreFunction<TDocument>

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Base class for search score functions.

public abstract class SearchScoreFunction<TDocument>

Type Parameters

TDocument

The type of the document.

Inheritance
SearchScoreFunction<TDocument>
Inherited Members

Methods

Render(SearchDefinitionRenderContext<TDocument>)

Renders the score function to a BsonDocument.