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 | Interface and Description |
---|---|
interface |
TermFacetSearchModel<T,V>
Model to build term facets.
|
Modifier and Type | Class and Description |
---|---|
class |
RangeTermFacetSearchModel<T,V extends Comparable<? super V>>
Model to build range and term facets.
|
class |
TermFacetSearchModelImpl<T,V>
Model to build term facets.
|
Modifier and Type | Method and Description |
---|---|
FacetSearchModel<T,V> |
FacetSearchModel.withAlias(String alias)
Allows to set an alias to identify the facet.
|
FacetSearchModel<T,V> |
FacetSearchModel.withCountingProducts(Boolean isCountingProducts)
Allows to enable/disable the counting of products.
|