Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
TermFacetedSearchSearchModel<ProductProjection> |
ProductDataFacetedSearchSearchModel.id() |
TermFacetedSearchSearchModel<ProductProjection> |
ProductProjectionFacetedSearchSearchModel.id() |
TermFacetedSearchSearchModel<ProductProjection> |
ProductAttributeFacetedSearchSearchModel.ofBoolean(String attributeName) |
TermFacetedSearchSearchModel<ProductProjection> |
ProductAttributeFacetedSearchSearchModel.ofBooleanSet(String attributeName) |
TermFacetedSearchSearchModel<ProductProjection> |
ProductAttributeFacetedSearchSearchModel.ofString(String attributeName) |
TermFacetedSearchSearchModel<ProductProjection> |
ProductAttributeFacetedSearchSearchModel.ofStringSet(String attributeName) |
Modifier and Type | Method and Description |
---|---|
TermFacetedSearchSearchModel<T> |
MoneyFacetedSearchSearchModel.currency() |
TermFacetedSearchSearchModel<T> |
ReferenceFacetedSearchSearchModel.id() |
TermFacetedSearchSearchModel<T> |
LocalizedEnumFacetedSearchSearchModel.key() |
TermFacetedSearchSearchModel<T> |
EnumFacetedSearchSearchModel.key() |
TermFacetedSearchSearchModel<T> |
EnumFacetedSearchSearchModel.label() |
TermFacetedSearchSearchModel<T> |
LocalizedStringFacetedSearchSearchModel.locale(Locale locale) |
static <T> TermFacetedSearchSearchModel<T> |
TermFacetedSearchSearchModel.of(String attributePath)
Creates an instance of the search model to generate term faceted search expressions.
|