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 |
---|---|
SimpleRangeStats |
PagedSearchResult.getRangeStatsOfAllRanges(RangeFacetedSearchExpression<T> facetedSearchExpression)
Obtains the
SimpleRangeStats of the range facet. |
SimpleRangeStats |
PagedSearchResult.getRangeStatsOfAllRanges(RangeFacetExpression<T> facetExpression)
Obtains the
SimpleRangeStats of the range facet. |
Modifier and Type | Method and Description |
---|---|
static SimpleRangeStats |
SimpleRangeStats.of(String lowerEndpoint,
String upperEndpoint,
Long count,
String min,
String max) |