Table of Contents

Enum MatchCriteria

Namespace
MongoDB.Driver.Search
Assembly
MongoDB.Driver.dll

Represents the criteria used to match terms in a query for the Atlas Search Text operator.

public enum MatchCriteria

Fields

Any = 0

Match documents containing any of the terms from a query.

All = 1

Match documents containing all the terms from a query.