public class FacetExpressions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetExpressions.Categories |
static class |
FacetExpressions.DateTimeAttribute |
static class |
FacetExpressions.MoneyAttribute |
static class |
FacetExpressions.None
A facet that has no effect on the result set (null object).
|
static class |
FacetExpressions.NumberAttribute |
static class |
FacetExpressions.Price |
static class |
FacetExpressions.StringAttribute |
static class |
FacetExpressions.Terms
Counts occurrences of each distinct value found in the result set.
|
| Constructor and Description |
|---|
FacetExpressions() |
| Modifier and Type | Method and Description |
|---|---|
static FacetExpressions.None |
none() |
public static FacetExpressions.None none()