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 |
cObject supported: | |
yes | |
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 |
cObject supported: | |
yes | |
Since: | 1.0 |
Sets the host portion of the URL.
port¶
Type: | Integer |
---|---|
TS Path: | plugin.tx_solr.solr.port |
Default: | 8983 |
cObject supported: | |
yes | |
Since: | 1.0 |
Sets the port portion of the URL.
path¶
Type: | String |
---|---|
TS Path: | plugin.tx_solr.solr.path |
Default: | / |
cObject supported: | |
yes | |
Since: | 1.0 |
Sets the path portion of the URL. Make sure to have the path end with a slash (/).
username¶
Type: | String |
---|---|
TS Path: | plugin.tx_solr.solr.username |
Since: | 6.0 |
cObject supported: | |
yes |
Sets the username required to access the solr server.