update.restrict_to_host

Background

Specify that data source updates should be restricted to only run on a specific host. You might use this option if you have Funnelback running on multiple servers and want to ensure that an update is only ever started on a crawling/indexing machine and not a query processor.

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 update.restrict_to_host key, and set the value. This can be set to any valid String value.

Default value

update.restrict_to_host=

Examples

Specify that updates should only ever run on the host "www.example.com".

update.restrict_to_host=www.example.com