Enum MatchOperator
Specifies how the individual match terms should be logically concatenated.
Namespace: Couchbase.Search.Queries.Simple
Assembly: Couchbase.NetClient.dll
Syntax
public enum MatchOperator
Fields
Name | Description |
---|---|
And | Specifies that individual match terms are concatenated with a logical AND. |
Or | Specifies that individual match terms are concatenated with a logical OR - this is the default if not provided. |