ui_cache_disabled

Background

This option disables access to all cached documents via the cache controller for the collection in question. Funnelback uses the cache controller to gain access to the cached documents in a collection, however you may wish to prevent anyone from accessing the cached document — even by manually entering a URL to invoke like /s/cache.cgi.

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

Default value

Default is to allow access to cached documents)

ui_cache_disabled=false

Examples

To prevent Funnelback from serving cached documents set:

ui_cache_disabled=true

This will cause the cache controller to display a "Document not available" message for all requests for this collection. An additional step would be to edit your Freemarker templates if you do not wish "Cached" links to be displayed in the search results page.