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 | Interface and Description |
---|---|
interface |
ProductCategoriesReferenceFacetSearchModel<T> |
Constructor and Description |
---|
ProductDataFacetedSearchSearchModel(SearchModel<ProductProjection> parent,
String pathSegment) |
ProductDataFacetSearchModel(SearchModel<ProductProjection> parent,
String pathSegment) |
Modifier and Type | Class and Description |
---|---|
class |
ReviewRatingStatisticsFacetedSearchSearchModel<T> |
class |
ReviewRatingStatisticsFacetSearchModel<T> |
class |
ReviewRatingStatisticsFilterSearchModel<T> |
class |
ReviewRatingStatisticsSortSearchModel<T> |
Constructor and Description |
---|
ReviewRatingStatisticsFacetedSearchSearchModel(SearchModel<T> parent,
String pathSegment) |
ReviewRatingStatisticsFacetSearchModel(SearchModel<T> parent,
String pathSegment) |
ReviewRatingStatisticsFilterSearchModel(SearchModel<T> parent,
String pathSegment) |
ReviewRatingStatisticsSortSearchModel(SearchModel<T> parent,
String pathSegment) |
Modifier and Type | Interface and Description |
---|---|
interface |
ReferenceFacetSearchModel<T> |
Modifier and Type | Method and Description |
---|---|
SearchModel<T> |
SearchModel.getParent() |
SearchModel<T> |
SearchModelImpl.getParent() |
SearchModel<T> |
FacetSearchModel.getSearchModel()
The search model for the facet.
|
SearchModel<T> |
SortSearchModel.getSearchModel()
The search model for the facet.
|
SearchModel<T> |
FacetedSearchSearchModel.getSearchModel()
The search model for the faceted search.
|
SearchModel<T> |
FilterSearchModel.getSearchModel()
The search model for the filter.
|
protected SearchModel<T> |
SearchModelImpl.searchModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
protected SortableSearchModel<T,S> |
SortableSearchModel.searchModel(SearchModel<T> parent,
String pathSegment) |
Constructor and Description |
---|
CurrencySearchModel(SearchModel<T> parent,
String pathSegment) |
MoneyCentAmountSearchModel(SearchModel<T> parent,
String pathSegment) |
ReferenceFacetSearchModelImpl(SearchModel<T> parent,
String pathSegment) |
SearchModelImpl(SearchModel<T> parent,
String pathSegment) |
SortableSearchModel(SearchModel<T> parent,
String pathSegment,
io.sphere.sdk.search.model.SearchSortFactory<T,S> searchSortFactory) |
TermFacetSearchModelImpl(SearchModel<T> searchModel,
Function<V,String> typeSerializer) |
TermFacetSearchModelImpl(SearchModel<T> searchModel,
Function<V,String> typeSerializer,
String alias,
Boolean isCountingProducts) |
TermFilterExpression(SearchModel<T> searchModel,
Function<V,String> typeSerializer,
Iterable<V> terms) |
TermFilterSearchModelImpl(SearchModel<T> searchModel,
Function<V,String> typeSerializer) |