Table of Contents

Property ScoreDetails

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

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.

public bool ScoreDetails { get; set; }

Property Value

bool