java.lang.Object
com.couchbase.client.java.search.result.facets.NumericRange

@Experimental
@Public
public class NumericRange
extends Object
A range (or bucket) for a NumericRangeFacetResult. Counts the number of matches that fall into the named range (which can overlap with other user-defined ranges in the facet).
Since:
2.3.0
Author:
Simon Baslé, Michael Nitschinger
  • Constructor Details

    • NumericRange

      public NumericRange​(String name, Double min, Double max, long count)
  • Method Details