Enum MatchCriteria
Represents the criteria used to match terms in a query for the Atlas Search Text operator.
public enum MatchCriteria
Fields
Any = 0Match documents containing any of the terms from a query.
All = 1Match documents containing all the terms from a query.