Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
TermFacetResult |
PagedSearchResult.getFacetResult(TermFacetedSearchExpression<T> facetedSearchExpression)
Obtains the
TermFacetResult of the facet with the given facet search expression. |
TermFacetResult |
PagedSearchResult.getFacetResult(TermFacetExpression<T> facetExpression)
Obtains the
TermFacetResult of the facet with the given facet expression. |
TermFacetResult |
PagedSearchResult.getTermFacetResult(String facetResultPath)
Obtains the
TermFacetResult of the facet with the given facet expression. |
static TermFacetResult |
TermFacetResult.of(Long missing,
Long total,
Long other,
List<TermStats> terms) |