tx_solr.solr¶
This section defines the address of the Solr server. As the communication with the Solr server happens over HTTP this is just a simple URL. Each of the URL’s components can be defined separately.
scheme¶
| Type: | String | 
|---|---|
| TS Path: | plugin.tx_solr.solr.scheme | 
| Default: | http | 
| Options: | http, https | 
| Since: | 1.2 2.0 | 
Allows to set the connection scheme to “https” instead of the default “http”.
host¶
| Type: | String | 
|---|---|
| TS Path: | plugin.tx_solr.solr.host | 
| Default: | localhost | 
| Since: | 1.0 | 
Sets the host portion of the URL.