| Package | Description |
|---|---|
| io.sphere.sdk.search |
Provides types to perform searches.
|
| Modifier and Type | Method and Description |
|---|---|
FilteredFacetResult |
PagedSearchResult.getFacetResult(FilteredFacetExpression<T> facetExpression)
Obtains the
FilteredFacetResult of the facet with the given facet expression. |
FilteredFacetResult |
PagedSearchResult.getFilteredFacetResult(String facetResultPath)
Obtains the
FilteredFacetResult of the facet with the given facet expression. |
static FilteredFacetResult |
FilteredFacetResult.of(Long count) |
static FilteredFacetResult |
FilteredFacetResult.of(Long count,
Long productCount) |