qie.default_weight

Background

Specifies a default weighting when applying query independent evidence (QIE) to a search index. The default value is applied to documents that do not match a pattern in the QIE configuration (qie.cfg).

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

Default value

qie.default_weight=0.5

Examples

Specify that the QIE default weight when it should not be 0.5 by providing a customized value between 0 and 1 ( e.g., 0.3)

qie.default_weight=0.3