Package | Description |
---|---|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
io.sphere.sdk.search |
Provides types to perform searches.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Method and Description |
---|---|
FilteredFacetExpression<T> |
ProductCategoriesIdTermFacetSearchModel.onlyTerm(Iterable<String> values) |
FilteredFacetExpression<T> |
ProductCategoriesIdTermFacetSearchModel.onlyTerm(String value) |
FilteredFacetExpression<T> |
ProductCategoriesIdTermFacetSearchModel.onlyTermSubtree(Iterable<String> categoryIds)
|
FilteredFacetExpression<T> |
ProductCategoriesIdTermFacetSearchModel.onlyTermSubtree(String categoryId) |
Modifier and Type | Method and Description |
---|---|
static <T> FilteredFacetExpression<T> |
FilteredFacetExpression.of(String sphereFacetExpression) |
Modifier and Type | Method and Description |
---|---|
FilteredFacetResult |
PagedSearchResult.getFacetResult(FilteredFacetExpression<T> facetExpression)
Obtains the
FilteredFacetResult of the facet with the given facet expression. |
Modifier and Type | Method and Description |
---|---|
FilteredFacetExpression<T> |
TermFacetSearchModel.onlyTerm(Iterable<V> values) |
FilteredFacetExpression<T> |
FacetSearchModel.onlyTerm(Iterable<V> values)
Generates an expression to obtain the facets of the attribute for only the given values.
|
FilteredFacetExpression<T> |
TermFacetSearchModelImpl.onlyTerm(Iterable<V> values)
Generates an expression to obtain the facets of the attribute for only the given values.
|
FilteredFacetExpression<T> |
RangeTermFacetSearchModel.onlyTerm(Iterable<V> values)
Generates an expression to obtain the facets of the attribute for only the given values.
|
FilteredFacetExpression<T> |
TermFacetSearchModel.onlyTerm(V value) |
FilteredFacetExpression<T> |
FacetSearchModel.onlyTerm(V value)
Generates an expression to obtain the facet of the attribute for only the given value.
|
FilteredFacetExpression<T> |
TermFacetSearchModelImpl.onlyTerm(V value)
Generates an expression to obtain the facet of the attribute for only the given value.
|
FilteredFacetExpression<T> |
RangeTermFacetSearchModel.onlyTerm(V value)
Generates an expression to obtain the facet of the attribute for only the given value.
|
FilteredFacetExpression<T> |
TermFacetSearchModel.onlyTermAsString(Iterable<String> values) |
FilteredFacetExpression<T> |
FacetSearchModel.onlyTermAsString(Iterable<String> values)
Generates an expression to obtain the facets of the attribute for only the given values.
|