Skip to content

query_processor_options

Query processor command line options.

Key: query_processor_options
Type: String
Can be set in: collection.cfg

Description

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

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 the top 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

See Also

top

Funnelback logo
v15.24.0