Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
List<RangeStats> |
RangeFacetResult.getRanges() |
Modifier and Type | Method and Description |
---|---|
static RangeFacetResult |
RangeFacetResult.of(List<RangeStats> ranges) |
Modifier and Type | Method and Description |
---|---|
static RangeStats |
RangeStats.of(String lowerEndpoint,
String upperEndpoint,
Long count,
Long productCount,
String min,
String max,
String sum,
Double mean) |