Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

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.

  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.