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