Click or drag to resize

DateRangeQuery Class

The date range query finds documents containing a date value in the specified field within the specified range.
Inheritance Hierarchy
SystemObject
  Couchbase.Search.QueriesSearchQueryBase
    Couchbase.Search.Queries.RangeDateRangeQuery

Namespace:  Couchbase.Search.Queries.Range
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public class DateRangeQuery : SearchQueryBase

The DateRangeQuery type exposes the following members.

Constructors
  NameDescription
Public methodDateRangeQuery
Initializes a new instance of the DateRangeQuery class
Top
Methods
  NameDescription
Public methodEnd
The end date of the range
Public methodExport (Overrides SearchQueryBaseExport.)
Public methodField
If a field is specified, only terms in that field will be matched. This can also affect the used analyzer if one isn't specified explicitly.
Public methodParser
The name of the parser to use.
Public methodStart
The start date of the range.
Top
See Also