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 |
---|---|
SingleValueSortSearchModel<ProductProjection> |
CategoryOrderHintsSortSearchModel.category(String categoryId) |
SingleValueSortSearchModel<ProductProjection> |
ProductDataSortSearchModel.createdAt() |
SingleValueSortSearchModel<ProductProjection> |
ProductProjectionSortSearchModel.createdAt() |
SingleValueSortSearchModel<ProductProjection> |
ProductProjectionSortSearchModel.id() |
SingleValueSortSearchModel<ProductProjection> |
ProductDataSortSearchModel.lastModifiedAt() |
SingleValueSortSearchModel<ProductProjection> |
ProductProjectionSortSearchModel.lastModifiedAt() |
SingleValueSortSearchModel<ProductProjection> |
ProductProjectionSortSearchModel.score() |
Modifier and Type | Method and Description |
---|---|
LocalizedStringSortSearchModel<ProductProjection,SingleValueSortSearchModel<ProductProjection>> |
ProductDataSortSearchModel.name() |
LocalizedStringSortSearchModel<ProductProjection,SingleValueSortSearchModel<ProductProjection>> |
ProductProjectionSortSearchModel.name() |
Modifier and Type | Method and Description |
---|---|
SingleValueSortSearchModel<T> |
ReviewRatingStatisticsSortSearchModel.averageRating() |
SingleValueSortSearchModel<T> |
ReviewRatingStatisticsSortSearchModel.count() |
SingleValueSortSearchModel<T> |
ReviewRatingStatisticsSortSearchModel.highestRating() |
SingleValueSortSearchModel<T> |
ReviewRatingStatisticsSortSearchModel.lowestRating() |
Modifier and Type | Method and Description |
---|---|
SingleValueSortSearchModel<T> |
SingleValueSortSearchModelFactory.apply(SortableSearchModel<T,SingleValueSortSearchModel<T>> sortableSearchModel) |
static <T> SingleValueSortSearchModel<T> |
SingleValueSortSearchModel.of(String attributePath)
Creates an instance of the search model to generate single-valued sort expressions.
|
Modifier and Type | Method and Description |
---|---|
SingleValueSortSearchModel<T> |
SingleValueSortSearchModelFactory.apply(SortableSearchModel<T,SingleValueSortSearchModel<T>> sortableSearchModel) |