Class CoreSearchDateRange
java.lang.Object
com.couchbase.client.core.api.search.result.CoreSearchDateRange
A range (or bucket) for a
CoreDateRangeSearchFacetResult
. Counts the number of matches
that fall into the named range (which can overlap with other user-defined ranges).- Since:
- 2.3.0
- Author:
- Simon Baslé, Michael Nitschinger
-
Constructor Summary
ConstructorDescriptionCoreSearchDateRange
(String name, String start, String end, long count) CoreSearchDateRange
(String name, Instant start, Instant end, long count) -
Method Summary