filter.md_normaliser.keys

Background

Defines the metadata normalizer rules that will be run by the MetadataNormaliser filter. Metadata normalizer rules are configured in individual md_normaliser.RULE.mapping files. This option selects which of these configuration files will be considered by the filter when it runs.

Setting the key

Set this configuration key in the search package or data source configuration.

Use the configuration key editor to add or edit the filter.md_normaliser.keys key, and set the value. This can be set to any valid List<String> value.

Default value

By default it’s an empty list.

filter.md_normaliser.keys=

Examples

To normalize values for meta tag author and category defined in md_normaliser.author.mapping and md_normaliser.category.mapping files provide:

filter.md_normaliser.keys=author,category