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.