query_processor_options

Background

This option specifies additional configuration options that can be supplied to the query processor. The allowed values are specified under padre query processor options.

Setting the key

Set this configuration key in the results page (preferred) or search package configuration.

Use the configuration key editor to add or edit the query_processor_options key, and set the value. This can be set to any valid String value.

Default value

query_processor_options=-stem=2

Examples

Query processor set to perform same site suppression, along with using synonyms:

query_processor_options=-SSS=2 -THS=/home/search/conf/myCollectionName/synonyms.cfg

Query processor set to sort results by filesize:

query_processor_options=-sort=size

Query processor set to upweight title text to twice the original weight, sort all results by date and use word stemming when searching for results:

query_processor_options=-wmeta.t=2.0 -sort=date -sortall -stem=2