![]() | Couchbase.Search.Queries.Range Namespace |
[Missing <summary> documentation for "N:Couchbase.Search.Queries.Range"]
Class | Description | |
---|---|---|
![]() | DateRangeQuery |
The date range query finds documents containing a date value in the specified field within the specified range.
|
![]() | 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.
|
![]() | 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.
|