Dse.Search Namespace | 
| Structure | Description | |
|---|---|---|
| DateRange | 
            Represents a range of dates, corresponding to the Apache Solr type
            DateRangeField.
             A date range can have one or two bounds, namely lower bound and upper bound, to represent an interval of time. Date range bounds are both inclusive. For example: 
 Note that this representation of DateRangeField does not support Dates outside of the range supported by DateTimeOffset: from 1/1/0001 12:00:00 AM +00:00 to 12/31/9999 11:59:59 PM +00:00.  | |
| DateRangeBound | 
            Represents a date range boundary, composed by a Date and a precision.
              | 
| Enumeration | Description | |
|---|---|---|
| DateRangePrecision | 
            Defines the possible values of date range precision.
              |