auto-completion.source.extra

Background

This parameter contains a comma separated list of files to use as extra sources for auto-completion suggestions.

These files can either be:

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the auto-completion.source.extra key, and set the value. This can be set to any valid List<String> value.

Default value

None

Examples

To use 2 extra CSV files:

auto-completion.source.extra=/opt/data/data1.csv,/opt/funnelback/conf/my-collection/extra.csv