Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
RangeFacetResult |
PagedSearchResult.getFacetResult(RangeFacetedSearchExpression<T> facetedSearchExpression)
Obtains the
RangeFacetResult of the facet with the given facet search expression. |
RangeFacetResult |
PagedSearchResult.getFacetResult(RangeFacetExpression<T> facetExpression)
Obtains the
RangeFacetResult of the facet with the given facet expression. |
RangeFacetResult |
PagedSearchResult.getRangeFacetResult(String facetResultPath)
Obtains the
RangeFacetResult of the facet with the given facet expression. |
static RangeFacetResult |
RangeFacetResult.of(List<RangeStats> ranges) |