CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

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

Since: 1.2 2.0
Default: http
Options: http, https
Type: String

Allows to set the connection scheme to "https" instead of the default "http".

host

Since: 1.0
Default: localhost
Type: String

Sets the host portion of the URL.

port

Since: 1.0
Default: 8080
Type: Integer

Sets the port portion of the URL.

path

Since: 1.0
Default: /
Type: String

Sets the path portion of the URL. Make sure to have the path end with a slash (/).