Table of Contents

Enum SearchScoreFunction

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

The function to use when scoring results from a search on embedded documents.

public enum SearchScoreFunction

Fields

Average = 0

Use the average score.

Maximum = 1

Use the maximum score.