analytics.data_miner.range_in_days

Background

This option specifies the length of time (in days) to go back from the current date when data mining query and click log records to generate relationship data.

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

Default value

The default setting specifies that the data miner should take account of queries and clicks going back 60 days from when it is run.

analytics.data_miner.range_in_days=60

Examples

Specify that 90 days worth of data (going back from the current date) should be taken into account:

analytics.data_miner.range_in_days=90

See also