click_data.week_limit

Background

This option allows for the optional restriction of click data to a set number of weeks into the past. Setting this option does not replace the num_archived_logs_to_use option, it works in concert with it. That is, the num_archived_logs_to_use option will determine the set of logs to examine, and the week_limit option will possibly exclude old entries from these logs.

This value can be set to:

  • a number, indicating the number of weeks worth of click data to include.

  • nothing, to not apply any restriction to what is included.

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

Default value

click_data.week_limit=12

Examples

click_data.week_limit=4
click_data.week_limit=35

To set unlimited weeks set this to empty

click_data.week_limit=