Uses of Class
com.couchbase.client.java.search.result.facets.NumericRange
-
Packages that use NumericRange Package Description com.couchbase.client.java.search.result.facets -
-
Uses of NumericRange in com.couchbase.client.java.search.result.facets
Methods in com.couchbase.client.java.search.result.facets that return types with arguments of type NumericRange Modifier and Type Method Description List<NumericRange>DefaultNumericRangeFacetResult. numericRanges()List<NumericRange>NumericRangeFacetResult. numericRanges()Constructor parameters in com.couchbase.client.java.search.result.facets with type arguments of type NumericRange Constructor Description DefaultNumericRangeFacetResult(String name, String field, long total, long missing, long other, List<NumericRange> numericRanges)
-