Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Namespace Couchbase.Search.Queries.Compound

Classes

BooleanQuery

A combination of conjunction and disjunction queries.

BooleanQuery.ReadOnly

ConjunctionQuery

The conjunction query is a compound query. The result documents must satisfy all of the child queries. It is possible to recursively nest compound queries.

ConjunctionQuery.ReadOnly

DisjunctionQuery

The disjunction query is a compound query. The result documents must satisfy a configurable min number of child queries. By default this min is set to 1.

DisjunctionQuery.ReadOnly

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