 | TermRangeQuery Class |
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.
Inheritance Hierarchy
Namespace:
Couchbase.Search.Queries.Range
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic class TermRangeQuery : SearchQueryBase
The TermRangeQuery type exposes the following members.
Constructors
| Name | Description |
---|
 | TermRangeQuery | Initializes a new instance of the TermRangeQuery class |
Top
Methods
See Also