Package | Description |
---|---|
io.sphere.sdk.search |
Provides types to perform searches.
|
Modifier and Type | Method and Description |
---|---|
static TermStats |
TermStats.of(String term,
Long count) |
static TermStats |
TermStats.of(String term,
Long count,
Long productCount) |
Modifier and Type | Method and Description |
---|---|
List<TermStats> |
TermFacetResult.getTerms()
List of the different terms and amount of associated resources.
|
Modifier and Type | Method and Description |
---|---|
static TermFacetResult |
TermFacetResult.of(Long missing,
Long total,
Long other,
List<TermStats> terms) |