NumericRangeFacet Class |
Namespace: Couchbase.Search
public sealed class NumericRangeFacet : SearchFacet
The NumericRangeFacet type exposes the following members.
| Name | Description | |
|---|---|---|
| NumericRangeFacet | Initializes a new instance of the NumericRangeFacet class | |
| NumericRangeFacet(String, String) | Initializes a new instance of the NumericRangeFacet class | |
| NumericRangeFacet(String, String, Int32) | Initializes a new instance of the NumericRangeFacet class |
| Name | Description | |
|---|---|---|
| AddRange(RangeSingle) |
Adds a numeric range to the ISearchFacet.
| |
| AddRange(Single, Single) |
Adds a numeric range to the ISearchFacet.
| |
| AddRanges |
Adds a range of numeric ranges to the ISearchFacet | |
| ToJson |
Gets the JSON representation of this object.
(Overrides SearchFacetToJson.) |