Click or drag to resize

Couchbase.Search.Queries.Range Namespace

[Missing <summary> documentation for "N:Couchbase.Search.Queries.Range"]

Classes
  ClassDescription
Public classDateRangeQuery
The date range query finds documents containing a date value in the specified field within the specified range.
Public classNumericRangeQuery
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.
Public classTermRangeQuery
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.