QuanticCategoryFacet

A facet is a list of values for a certain field occurring in the results, ordered using a configurable criterion (for example, number of occurrences). A QuanticCategoryFacet displays field values in a browsable, hierarchical fashion.

Example

<c-quantic-category-facet engine-id={engineId} facet-id="myfacet" field="geographicalhierarchy" label="Country" base-path="Africa,Togo,Lome" no-filter-by-base-path delimiting-character="/" number-of-values="5" is-collapsed></c-quantic-category-facet>

Properties

Property Attribute Description Type Default

engineId (required)

engine-id

The ID of the engine instance the component registers to.

string

facetId

facet-id

A unique identifier for the facet. Defaults to the field value.

string

Defaults to the field value.

field (required)

field

The field whose values you want to display in the facet.

string

label (required)

label

The non-localized label for the facet. This label is displayed in the facet header.

string

basePath

base-path

The base path shared by all facet values, separated by commas.

string

''

noFilterByBasePath

no-filter-by-base-path

Whether not to use the basePath as a filter for the results.

boolean

false

noFilterFacetCount

no-filter-facet-count

Whether not to exclude the parents of folded results when estimating the result count for each facet value.

boolean

false

delimitingCharacter

delimiting-character

The character that separates the values of the target multi-value field. If the field is defined as "hierarchical", parts of a path are delimited by ;. A value is indexed as parent;child and delimitingCharacter should be set to ;.

string

;

numberOfValues

number-of-values

The number of values to request for this facet. Also determines the number of additional values to request each time more values are shown.

number

8

sortCriteria

sort-criteria

The sort criterion to apply to the returned facet values. Possible values are:

  • alphanumeric: Filters are sorted in alphanumerical order.

  • occurrences: Filters are sorted in descending order of number of occurrences.

'alphanumeric', 'occurrences'

'occurrences'

withSearch

with-search

Whether this facet should contain a search box.

boolean

false

isCollapsed

is-collapsed

Whether the facet is collapsed.

boolean

false

XML Configuration File Elements

The following XML configuration file elements apply (see XML Configuration File Elements).

Metadata Value

apiVersion

53.0

isExposed

false