Configure Facet Behavior - Fluid Topics - 3.7

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.7

It is possible to configure facet behavior as follows.

Values selection and combination

This setting is used to configure facet behavior.

It must be configured with one of the following values:

  • "Multiple — And": indicates that an AND operation has to be applied between multiple values of a same facet. The returned documents must match all the selected facet values for this facet.
  • "Multiple — Or": indicates that an OR operation has to be applied between multiple values of a same facet. The returned documents must match one or more of the selected facet values for this facet.
  • "Single": indicates that only one value at a time can be selected for a given facet.

The facets generated through Enrich and Clean can be of AND or OR type. They cannot be Single as they are tree facets whose depth equals to 1.

By default, the metadata key type is "Multiple — Or".

Sort method

The sort method is used to define the sorting order of the metadata values.

It must be configured with one of the following values:

  • "Alphanumeric": the facet values are sorted according to the alphanumerical order.
  • "Version": the facet values are sorted according to their version numbers (1.1.0 < 1.2.3).
  • "No sort method applied": the facet values are automatically sorted according to their relevance in the corpus.

By default, the sort method is set to "No sort method applied".

Sort order

The sort order is set to indicate if the applied sort method has to be reversed.

The sort order can be Ascending or Descending.

By default, the sort order is set to "Ascending".

Table of contents filtering

Use the Table of contents filtering toggle to indicate if this metadata has to be used in the Reader page to filter the table of contents.

By default, the table of content filtering option is disabled.