Information Retrieval (IR) expert parameters: ir_boost_same_sequence

Parameter

ir_boost_same_sequence

Description

This parameter defines whether the Service Manager server increases the search weighting boost for documents that match a query term sequence. When enabled, terms used in a document that match the same sequence as terms used in the query will be considered more relevant than documents that contain the terms out of sequence.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

1

Possible values

0 (Disable)

1 (Enable)

Example usage

Command line: sm -httpPort:13080 -ir_boost_same_sequence:1

Initialization file: ir_boost_same_sequence:1

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Information Retrieval (IR) expert parameters