Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Namespace Couchbase.Search.Queries.Range

Classes

DateRangeQuery

The date range query finds documents containing a date value in the specified field within the specified range.

DateRangeQuery.ReadOnly

NumericRangeQuery

The numeric range query finds documents containing a numeric value in the specified field within the specified range. Either min or max can be omitted, but not both.

NumericRangeQuery.ReadOnly

TermRangeQuery

The term range query finds documents containing a string value in the specified field within the specified range. Either min or max can be omitted, but not both.

TermRangeQuery.ReadOnly

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