Class RankFusionOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
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
Gets or sets the output serializer.
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.