qie.default_weight

Specifies the default weighting for query independent evidence (QIE).

Key: qie.default_weight
Type: Double
Can be set in: collection.cfg

Description

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).

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