filter.md_normaliser.keys

Defines the metadata normalizer rules that will be run by the MetadataNormaliser filter.

Key: filter.md_normaliser.keys
Type: List<String>
Can be set in: collection.cfg

Description

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.

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