Facet widgets
- Last Updated: May 5, 2026
- 1 minute read
- MarkLogic Server
- Documentation
The FastTrack facet widgets allow users to filter search results by applying constraints on faceted properties in MarkLogic. The following table describes the available widgets:
| Widget | Description |
|---|---|
| ApplyFacets | Renders "Apply All" and "Reset All" buttons for managing one or more facet widgets. |
| BucketRangeFacet | Displays pre-defined bucketed ranges for a faceted numeric property as a checkbox list. |
| ChartRangeFacet | Displays bucketed facet values as an interactive bar, column, or pie chart. |
| DateRangeFacet | Displays start and end date pickers to constrain search results by a date range. |
| MultiSelectFacet | Displays facet values in a multi-select dropdown for applying multiple constraints simultaneously. |
| NumberRangeFacet | Displays a range slider and numeric fields for constraining search results by a numeric range. |
| RangeFacet | Filters search results by free-form numeric or date range conditions using selectable operators. |
| RatingFacet | Filters search results by a minimum or exact rating value using stars, thumbs, numbers, or a slider. |
| SelectedFacets | Displays colored tags representing currently applied facet constraints. |
| StringFacet | Displays facet values and counts for a faceted property, with checkbox selection. |
| TagCloudFacet | Displays facet values as a visual tag cloud, with font size proportional to document count. |
| TimelineFacet | Displays a visual bar-chart timeline for a faceted date property with drag-to-select range support. |