auto-completion.source.csv.[name].url

Background

This setting allows defining a URL from which the update pipeline will download a auto-completion formatted CSV file which will be processed and included in the auto-completions presented to the user under the results page.

The URL is downloaded using settings used for the web crawler, thus it would be possible to configure basic authentication or form interaction when downloading the URL.

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.csv.[name].url key, and set the value. This can be set to any valid java.net.URL value.

Default value

None

Examples

Downloads auto-completion CSV files from multiple websites, the name in the key can be set to anything.

auto-completion.source.csv.sport-scores.url=http://example.com/news/sport-scores.csv
auto-completion.source.csv.share-prices.url=http://example.com/exchange.csv

Notes

This option should be specified in the search package or results page configuration.