DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

tx_solr

This section defines general configuration options.

enabled

Type:Boolean
TS Path:plugin.tx_solr.enabled
Default:1
Options:0, 1
Since:1.2

A switch to completely turn on / off EXT:solr. Comes in handy with multi site installations where you want to enable EXT:solr only for certain sites, but still have the extension's configuration at a single place and include that for each site. Just set enabled = 0 for each site's root TS template or use conditions where you do not want EXT:solr.

Important

This also influences the connection manager; connections will be registered / detected only for enabled = 1.

enableDebugMode

Type:Boolean
TS Path:plugin.tx_solr.enableDebugMode
Default:0
Options:0, 1
Since:1.0
See:http://wiki.apache.org/solr/CommonQueryParameters#debugQuery

If enabled, the debugQuery query parameter is added to the Solr queries. Solr will then return additional information explaining the the query, scoring, timing, and other information.