| Interface | Description |
|---|---|
| DateTimeRangeFacet |
Datetime range facet component.
|
| Facet<T> |
Facet 'component' that supports keeping the state of selected items in application's query string.
|
| MoneyRangeFacet |
Money range facet component.
|
| RangeFacet |
Number range facet component.
|
| TermFacet |
Term facets component.
|
| Class | Description |
|---|---|
| FacetExpr |
Convenience DSL for creating facet expressions.
|
| FacetExpr.CategoriesDSL | |
| FacetExpr.DateTimeAttrDSL | |
| FacetExpr.MoneyAttrDSL | |
| FacetExpr.NumberAttrDSL | |
| FacetExpr.PriceDSL | |
| FacetExpr.StringAttrDSL | |
| FacetParser | |
| Facets | |
| Facets.Categories | |
| Facets.Categories.Terms | |
| Facets.DateTimeAttribute | |
| Facets.DateTimeAttribute.Ranges | |
| Facets.DateTimeAttribute.Terms | |
| Facets.MoneyAttribute | |
| Facets.MoneyAttribute.Ranges | |
| Facets.MoneyAttribute.Terms | |
| Facets.NumberAttribute | |
| Facets.NumberAttribute.Ranges | |
| Facets.NumberAttribute.Terms | |
| Facets.Price | |
| Facets.Price.Ranges | |
| Facets.StringAttribute | |
| Facets.StringAttribute.Terms |
The user can choose from the set of all values of an attribute.
|