@InterfaceStability.Experimental @InterfaceAudience.Public public class DefaultNumericRangeFacetResult extends AbstractFacetResult implements NumericRangeFacetResult
Implementation of a NumericRangeFacetResult
.
Constructor and Description |
---|
DefaultNumericRangeFacetResult(String name,
String field,
long total,
long missing,
long other,
List<NumericRange> numericRanges) |
Modifier and Type | Method and Description |
---|---|
List<NumericRange> |
numericRanges() |
String |
toString() |
field, missing, name, other, total
public DefaultNumericRangeFacetResult(String name, String field, long total, long missing, long other, List<NumericRange> numericRanges)
public List<NumericRange> numericRanges()
numericRanges
in interface NumericRangeFacetResult
Copyright © 2015 Couchbase, Inc.