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 |
---|---|
TermFacetExpression<T> |
TermFacetedSearchExpression.facetExpression() |
static <T> TermFacetExpression<T> |
TermFacetExpression.of(String sphereFacetExpression) |
Modifier and Type | Method and Description |
---|---|
TermFacetResult |
PagedSearchResult.getFacetResult(TermFacetExpression<T> facetExpression)
Obtains the
TermFacetResult of the facet with the given facet expression. |
static <T> TermFacetedSearchExpression<T> |
TermFacetedSearchExpression.of(TermFacetExpression<T> facetExpression,
List<FilterExpression<T>> filterExpressions) |
Modifier and Type | Method and Description |
---|---|
TermFacetExpression<T> |
FacetSearchModel.allTerms()
Generates an expression to obtain the facets of the attribute for all values.
|
TermFacetExpression<T> |
TermFacetSearchModelImpl.allTerms()
Generates an expression to obtain the facets of the attribute for all values.
|
TermFacetExpression<T> |
RangeTermFacetSearchModel.allTerms()
Generates an expression to obtain the facets of the attribute for all values.
|