Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.facetedSearch(FacetedSearchExpression<ProductProjection> facetedSearchExpression) |
ProductProjectionSearch |
ProductProjectionSearch.plusFacetedSearch(FacetedSearchExpression<ProductProjection> facetedSearchExpression) |
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.plusFacetedSearch(FacetedSearchExpression<ProductProjection> facetedSearchExpression) |
ProductProjectionSearch |
ProductProjectionSearch.withFacetedSearch(FacetedSearchExpression<ProductProjection> facetedSearchExpression) |
Modifier and Type | Method and Description |
---|---|
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.facetedSearch(List<FacetedSearchExpression<ProductProjection>> facetedSearchExpressions) |
ProductProjectionSearch |
ProductProjectionSearch.plusFacetedSearch(List<FacetedSearchExpression<ProductProjection>> facetedSearchExpressions) |
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.plusFacetedSearch(List<FacetedSearchExpression<ProductProjection>> facetedSearchExpressions) |
ProductProjectionSearch |
ProductProjectionSearch.withFacetedSearch(List<FacetedSearchExpression<ProductProjection>> facetedSearchExpressions) |
Modifier and Type | Interface and Description |
---|---|
interface |
RangeFacetedSearchExpression<T>
Facets calculate statistical counts to aid in faceted navigation.
|
interface |
TermFacetedSearchExpression<T>
Facets calculate statistical counts to aid in faceted navigation.
|
Modifier and Type | Field and Description |
---|---|
protected List<FacetedSearchExpression<T>> |
MetaModelSearchDslBuilder.facetedSearch |
Modifier and Type | Method and Description |
---|---|
List<FacetedSearchExpression<T>> |
MetaModelSearchDslImpl.facetedSearch() |
List<FacetedSearchExpression<T>> |
FacetedSearchSupport.facetedSearch() |
Modifier and Type | Method and Description |
---|---|
B |
ResourceMetaModelSearchDslBuilderImpl.facetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
B |
ResourceMetaModelSearchDslBuilder.facetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
C |
MetaModelSearchDslImpl.plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
B |
ResourceMetaModelSearchDslBuilderImpl.plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
C |
FacetedSearchDsl.plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
Returns a new object with the new faceted search expression appended to the existing faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
B |
ResourceMetaModelSearchDslBuilder.plusFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
C |
MetaModelSearchDslImpl.withFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression) |
C |
FacetedSearchDsl.withFacetedSearch(FacetedSearchExpression<T> facetedSearchExpression)
Returns a new object with the new faceted search expression as facets (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
Modifier and Type | Method and Description |
---|---|
MetaModelSearchDslBuilder<T,C,S,L,F,E> |
MetaModelSearchDslBuilder.facetedSearch(List<FacetedSearchExpression<T>> facetedSearch) |
B |
ResourceMetaModelSearchDslBuilderImpl.facetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
B |
ResourceMetaModelSearchDslBuilder.facetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
C |
MetaModelSearchDslImpl.plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
B |
ResourceMetaModelSearchDslBuilderImpl.plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
C |
FacetedSearchDsl.plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
Returns a ResourceSearch with the new faceted search expression list appended to the existing faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
B |
ResourceMetaModelSearchDslBuilder.plusFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
C |
MetaModelSearchDslImpl.withFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions) |
C |
FacetedSearchDsl.withFacetedSearch(List<FacetedSearchExpression<T>> facetedSearchExpressions)
Returns a new object with the new faceted search expression list as faceted search (combination of the query parameter
facet
with the facet expression and the query parameters filter.facet and filter with the filter expressions). |
Constructor and Description |
---|
MetaModelSearchDslImpl(LocalizedStringEntry text,
Boolean fuzzy,
Integer fuzzyLevel,
List<FacetExpression<T>> facets,
List<FilterExpression<T>> resultFilters,
List<FilterExpression<T>> queryFilters,
List<FilterExpression<T>> facetFilters,
List<FacetedSearchExpression<T>> facetedSearch,
List<SortExpression<T>> sort,
Long limit,
Long offset,
String endpoint,
Function<HttpResponse,PagedSearchResult<T>> resultMapper,
List<ExpansionPath<T>> expansionPaths,
List<NameValuePair> additionalQueryParameters,
S sortModel,
L filterModel,
F facetModel,
E expansionModel,
Function<MetaModelSearchDslBuilder<T,C,S,L,F,E>,C> searchDslBuilderFunction) |