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 | Interface and Description |
---|---|
interface |
ProductCategoriesIdTermFacetSearchModel<T>
Model to build term facets for the category ID.
|
Modifier and Type | Method and Description |
---|---|
TermFacetSearchModel<ProductProjection,String> |
ProductProjectionFacetSearchModel.id() |
TermFacetSearchModel<ProductProjection,String> |
ProductDataFacetSearchModel.id() |
TermFacetSearchModel<ProductProjection,Boolean> |
ProductAttributeFacetSearchModel.ofBoolean(String attributeName) |
TermFacetSearchModel<ProductProjection,Boolean> |
ProductAttributeFacetSearchModel.ofBooleanSet(String attributeName) |
TermFacetSearchModel<ProductProjection,String> |
ProductAttributeFacetSearchModel.ofString(String attributeName) |
TermFacetSearchModel<ProductProjection,String> |
ProductAttributeFacetSearchModel.ofStringSet(String attributeName) |
TermFacetSearchModel<ProductProjection,Boolean> |
ProductVariantFacetSearchModel.scopedPriceDiscounted() |
Modifier and Type | Class and Description |
---|---|
class |
TermFacetSearchModelImpl<T,V>
Model to build term facets.
|
Modifier and Type | Method and Description |
---|---|
TermFacetSearchModel<T,javax.money.CurrencyUnit> |
MoneyFacetSearchModel.currency() |
TermFacetSearchModel<T,String> |
ReferenceFacetSearchModel.id() |
TermFacetSearchModel<T,String> |
ReferenceFacetSearchModelImpl.id() |
TermFacetSearchModel<T,String> |
EnumFacetSearchModel.key() |
TermFacetSearchModel<T,String> |
LocalizedEnumFacetSearchModel.key() |
TermFacetSearchModel<T,String> |
EnumFacetSearchModel.label() |
TermFacetSearchModel<T,String> |
LocalizedStringFacetSearchModel.locale(Locale locale) |
static <T,V> TermFacetSearchModel<T,V> |
TermFacetSearchModel.of(String attributePath,
Function<V,String> typeSerializer)
Creates an instance of the search model to generate term facet expressions.
|
TermFacetSearchModel<T,V> |
TermFacetSearchModel.withAlias(String alias) |
TermFacetSearchModel<T,V> |
TermFacetSearchModelImpl.withAlias(String alias)
Allows to set an alias to identify the facet.
|
TermFacetSearchModel<T,V> |
TermFacetSearchModel.withCountingProducts(Boolean isCountingProducts) |
TermFacetSearchModel<T,V> |
TermFacetSearchModelImpl.withCountingProducts(Boolean isCountingProducts)
Allows to enable/disable the counting of products.
|