contextual-navigation.summary_fields

Background

Metadata classes that are analysed in addition to the page content for the purpose of generating the suggestions. * The default fields are description c and subject keyword metadata. Any other metadata classes that contain descriptive information can be added to this list to further enhance the quality of suggestions.

This list of words also supports regular expressions.

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 contextual-navigation.summary_fields key, and set the value. This can be set to any valid List<String> value.

Default value

contextual-navigation.summary_fields=[c,keyword]

Examples

When generating suggestions also include the contents of the description (c) metadata class, and all metadata classes starting with key.

contextual-navigation.summary_fields=[c,key.*]