Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.reviews.search |
Provides model classes and builders for reviews.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
RangeTermFacetSearchModel<T,BigDecimal> |
ReviewRatingStatisticsFacetSearchModel.averageRating() |
RangeTermFacetSearchModel<T,BigDecimal> |
ReviewRatingStatisticsFacetSearchModel.count() |
RangeTermFacetSearchModel<T,BigDecimal> |
ReviewRatingStatisticsFacetSearchModel.highestRating() |
RangeTermFacetSearchModel<T,BigDecimal> |
ReviewRatingStatisticsFacetSearchModel.lowestRating() |
Modifier and Type | Method and Description |
---|---|
RangeTermFacetSearchModel<T,Long> |
MoneyFacetSearchModel.centAmount() |
static <T,V extends Comparable<? super V>> |
RangeTermFacetSearchModel.of(String attributePath,
Function<V,String> typeSerializer)
Creates an instance of the search model to generate range and term facet expressions.
|
RangeTermFacetSearchModel<T,V> |
RangeTermFacetSearchModel.withAlias(String alias)
Allows to set an alias to identify the facet.
|
RangeTermFacetSearchModel<T,V> |
RangeTermFacetSearchModel.withCountingProducts(Boolean isCountingProducts)
Allows to enable/disable the counting of products.
|