Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
io.sphere.sdk.search.model |
Models to support using search endpoints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FacetExpression<T>
Facets calculate statistical counts to aid in faceted navigation.
|
interface |
FilteredFacetExpression<T>
Filtered facets calculate statistical count for all given values.
|
interface |
FilterExpression<T>
Search results can optionally be filtered and these filters can be applied in a few different scopes.
|
interface |
RangeFacetExpression<T>
Range facets calculate statistical data (i.e.
|
interface |
SortExpression<T> |
interface |
TermFacetExpression<T>
Term facets calculate statistical counts for all values of an attribute.
|
Modifier and Type | Class and Description |
---|---|
class |
TermFilterExpression<T,V> |