Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class RankFusionOptions<TOutput>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Represents options for the $rankFusion stage.

public sealed class RankFusionOptions<TOutput>

Type Parameters

TOutput

The type of the output documents.

Inheritance
RankFusionOptions<TOutput>
Inherited Members

Properties

OutputSerializer

Gets or sets the output serializer.

ScoreDetails

Flag that specifies whether to make a detailed breakdown of the score for each document available as metadata. Setting this to true adds score information accessible via $meta, which can then be optionally projected in results.