Configuration of Solr Cell¶
Requirements¶
Running and configured Apache Solr service.
Tip
For example the dkds Hosted-Solr
Setting EXT:tika to use the Apache Solr server connection.
Setup EXT:tika for Solr Server¶
Open Extension settings for EXT:tika General tab and choose "Solr Server" as Extractor.

Extension configuration for EXT:tika - Choosing Solr Server extractor in General tab¶
After that open the Solr tab and paste the connection infos/datas according fields.

Extension configuration for EXT:tika - Provide the connection infos/datas for Solr Server¶
Tip
All settings of Solr accept the %env(<SOME_SOLR_ENV_VAR>)%
syntax like on site-config now.
If the settings for solrUsername
or solrPassword
do not contain the %env(<SOME_SOLR_ENV_VAR>)%
,
then they are blinded/hidden, to avoid the accidental release of secrets and credentials via TYPO3 backend configuration Tools like:
Extension Settings module
Configuration module
See Check if it works for test instructions.