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.facets(FacetExpression<ProductProjection> facetExpression) |
ProductProjectionSearch |
ProductProjectionSearch.plusFacets(FacetExpression<ProductProjection> facetExpression) |
ProductProjectionSearchBuilder |
ProductProjectionSearchBuilder.plusFacets(FacetExpression<ProductProjection> facetExpression) |
ProductProjectionSearch |
ProductProjectionSearch.withFacets(FacetExpression<ProductProjection> facetExpression) |
Modifier and Type | Interface and Description |
---|---|
interface |
FilteredFacetExpression<T>
Filtered facets calculate statistical count for all given values.
|
interface |
RangeFacetExpression<T>
Range facets calculate statistical data (i.e.
|
interface |
TermFacetExpression<T>
Term facets calculate statistical counts for all values of an attribute.
|
Modifier and Type | Field and Description |
---|---|
protected List<FacetExpression<T>> |
MetaModelSearchDslBuilder.facets |
Modifier and Type | Method and Description |
---|---|
FacetExpression<T> |
FacetedSearchExpression.facetExpression() |
Modifier and Type | Method and Description |
---|---|
List<FacetExpression<T>> |
FacetSupport.facets() |
List<FacetExpression<T>> |
MetaModelSearchDslImpl.facets() |
Modifier and Type | Method and Description |
---|---|
B |
ResourceMetaModelSearchDslBuilderImpl.facets(FacetExpression<T> facetExpression) |
B |
ResourceMetaModelSearchDslBuilder.facets(FacetExpression<T> facetExpression) |
C |
MetaModelSearchDslImpl.plusFacets(FacetExpression<T> facetExpression) |
B |
ResourceMetaModelSearchDslBuilderImpl.plusFacets(FacetExpression<T> facetExpression) |
B |
ResourceMetaModelSearchDslBuilder.plusFacets(FacetExpression<T> facetExpression) |
C |
FacetDsl.plusFacets(FacetExpression<T> facetExpression)
Returns a new object with the new facet expression appended to the existing facets (query parameter
facet ). |
C |
MetaModelSearchDslImpl.withFacets(FacetExpression<T> facetExpression) |
C |
FacetDsl.withFacets(FacetExpression<T> facetExpression)
Returns a new object with the new facet expression as facets (query parameter
facet ). |
Modifier and Type | Method and Description |
---|---|
B |
ResourceMetaModelSearchDslBuilderImpl.facets(Function<F,FacetExpression<T>> m) |
B |
ResourceMetaModelSearchDslBuilder.facets(Function<F,FacetExpression<T>> m) |
MetaModelSearchDslBuilder<T,C,S,L,F,E> |
MetaModelSearchDslBuilder.facets(List<FacetExpression<T>> facets) |
B |
ResourceMetaModelSearchDslBuilderImpl.facets(List<FacetExpression<T>> facets) |
B |
ResourceMetaModelSearchDslBuilder.facets(List<FacetExpression<T>> facets) |
C |
MetaModelFacetDsl.plusFacets(Function<F,FacetExpression<T>> m)
Creates a new object with the properties of the old object but adds a new facet to it by using meta models.
|
C |
MetaModelSearchDslImpl.plusFacets(Function<F,FacetExpression<T>> m) |
B |
ResourceMetaModelSearchDslBuilderImpl.plusFacets(Function<F,FacetExpression<T>> m) |
B |
ResourceMetaModelSearchDslBuilder.plusFacets(Function<F,FacetExpression<T>> m) |
C |
MetaModelSearchDslImpl.plusFacets(List<FacetExpression<T>> facetExpressions) |
B |
ResourceMetaModelSearchDslBuilderImpl.plusFacets(List<FacetExpression<T>> facetExpressions) |
B |
ResourceMetaModelSearchDslBuilder.plusFacets(List<FacetExpression<T>> facetExpressions) |
C |
FacetDsl.plusFacets(List<FacetExpression<T>> facetExpressions)
Returns a ResourceSearch with the new facet expression list appended to the existing facets (query parameter
facet ). |
C |
MetaModelFacetDsl.withFacets(Function<F,FacetExpression<T>> m)
Creates a new object with the properties of the old object but replaces all facets with a single facet expression to it by using meta models.
|
C |
MetaModelSearchDslImpl.withFacets(Function<F,FacetExpression<T>> m) |
C |
MetaModelSearchDslImpl.withFacets(List<FacetExpression<T>> facets) |
C |
FacetDsl.withFacets(List<FacetExpression<T>> facetExpressions)
Returns a new object with the new facet expression list as facets (query parameter
facet ). |
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) |