QuanticFacet
QuanticFacet
A facet is a list of values for a certain field occurring in the results, ordered using a configurable criterion (e.g., number of occurrences).
A QuanticFacet
displays a facet of the results for the current query.
Custom captions can be provided by adding caption provider components to the captions
named slot.
See Create a custom caption provider component for Quantic facets.
Examples
<c-quantic-facet engine-id={engineId} facet-id="myFacet" field="filetype" label="File Type" number-of-values="5" sort-criteria="occurrences" no-search display-values-as="link" is-collapsed></c-quantic-facet>
<c-quantic-facet engine-id={engineId} field="filetype">
<c-quantic-facet-caption slot="captions" value="text" caption="Plain text"></c-quantic-facet-caption>
<c-quantic-facet-caption slot="captions" value="html" caption="Web page"></c-quantic-facet-caption>
</c-quantic-facet>
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
|
|
The ID of the engine instance the component registers to. |
|
|
|
|
A unique identifier for the facet. Defaults to the facet field. |
|
Defaults to the |
|
|
The field whose values you want to display in the facet. |
|
|
|
|
The non-localized label for the facet. This label is displayed in the facet header. |
|
|
|
|
The number of values to request for this facet. Also determines the number of additional values to request each time this facet is expanded, and the number of values to display when this facet is collapsed. |
|
|
|
|
The sort criterion to apply to the returned facet values Possible values are:
|
|
|
|
|
Whether this facet should not contain a search box. |
|
|
|
|
Whether to display the facet values as checkboxes (multiple selection) or links (single selection). Possible values are 'checkbox', 'link'. |
|
|
|
|
Whether not to exclude the parents of folded results when estimating the result count for each facet value. |
|
|
|
|
The maximum number of results to scan in the index to ensure that the facet lists all potential facet values.
Note: A high injectionDepth may negatively impact the facet request performance.
Minimum: |
|
|
|
|
Whether the facet is collapsed. |
|
|
XML Configuration File Elements
The following XML configuration file elements apply (see XML Configuration File Elements).
Metadata | Value |
---|---|
|
|
|
|
Associated Use Cases
This component is also relevant in the following use case: