[TYPO3-Solr] unable to contact the Apache Solr server

Robert W rewebit at gmail.com
Tue Jul 22 15:22:39 CEST 2014


Hello,

I changed the host name to match what we are using, but still no connection with the solr Extension. What is the relationship between the paths you sent as constants and setup parameters, and the solr.xml file? How should the solr.xml file be configured? Perhaps this is where things are going wrong.

constants:
..
plugin.tx_solr.solr.path = /solr/core_en/

setup:

plugin.tx_solr.solr.path = /solr/production-typo3solr-en_US/
[globalVar = GP:L=1]
plugin.tx_solr.solr.path = /solr/production-typo3solr-de_DE/
[global]


solr.xml file:

<?xml version="1.0" encoding="UTF-8" ?>
<solr persistent="true">
	<cores adminPath="/admin/cores" shareSchema="true">
		<core name="core_en" instanceDir="typo3cores" schema="english/schema.xml" dataDir="data/core_en" />
		<core name="core_de" instanceDir="typo3cores" schema="german/schema.xml" dataDir="data/core_de" />
                <core name="core_fr" instanceDir="typo3cores" schema="french/schema.xml" dataDir="data/core_fr" />
	</cores>
</solr>



More information about the TYPO3-project-solr mailing list