Class RankFusionOptions

| MongoDB CSharp Driver API Reference (original) (raw)

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

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.