Interface | Description |
---|---|
FacetExpression |
Specifies an attribute to aggregate facet counts on when fetching products, such as 'variants.attributes.color'.
|
Class | Description |
---|---|
FacetExpressions | |
FacetExpressions.Categories | |
FacetExpressions.Categories.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.DateTimeAttribute | |
FacetExpressions.DateTimeAttribute.Ranges |
For each of the specified ranges, counts results that fall into that range.
|
FacetExpressions.DateTimeAttribute.RangesMultiSelect |
Filters the result set and all other facets by selected ranges.
|
FacetExpressions.DateTimeAttribute.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.MoneyAttribute | |
FacetExpressions.MoneyAttribute.Ranges |
For each of the specified ranges, counts results that fall into that range.
|
FacetExpressions.MoneyAttribute.RangesMultiSelect |
Filters the result set and all other facets by selected ranges.
|
FacetExpressions.MoneyAttribute.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.None |
A facet that has no effect on the result set (null object).
|
FacetExpressions.NumberAttribute | |
FacetExpressions.NumberAttribute.Ranges |
For each of the specified ranges, counts results that fall into that range.
|
FacetExpressions.NumberAttribute.RangesMultiSelect |
Filters the result set and all other facets by selected ranges.
|
FacetExpressions.NumberAttribute.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.Price | |
FacetExpressions.Price.Ranges |
For each of the specified ranges, counts results that fall into that range.
|
FacetExpressions.Price.RangesMultiSelect |
Filters the result set and all other facets by selected price ranges.
|
FacetExpressions.Price.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.StringAttribute | |
FacetExpressions.StringAttribute.TermsMultiSelect |
Filters the result set and all other facets by selected values.
|
FacetExpressions.Terms |
Counts occurrences of each distinct value found in the result set.
|