ui_cache_link

Background

This option specifies the beginning of the URL that is returned for cached documents. For example, the default value will return cached URLs like:

/s/cache?collection=shakespeare \u2026 &doc=http/localhost/shakespeare/romeo_juliet/index

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

Default value

ui_cache_link=/s/cache

Examples

Use your own CGI script to display documents:

ui_cache_link=show.cgi

or, you may keep cached documents on a different server:

ui_cache_link=http://cache.company.com/cache

Notes

  • The target URL must accept the collection and doc parameters.