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.