[TYPO3-Solr] Setting multilanguage for solr

Nikolay Orlenko okolya at gmail.com
Mon Apr 18 15:58:42 CEST 2011


Hello!

I have working solr extension on my site and I want to configure it for 
multilanguage supporting.
When I perform search on default language everything is ok. But for 
additional language I see "
We're sorry. The request you tried to make could not be processed"

What I have done:
1. Created two folders for new cores site_domainde_lang0 and 
site_domainde_lang1
2. Copied config files and folders from /opt/solr-tomcat/solr/conf/ to 
created folders (site_domainde_lang0 and site_domainde_lang1)
3. Created solr.xml in /opt/solr-tomcat/solr/
with content:

<?xml version="1.0" encoding="UTF-8">
<solr persistent="true" sharedLib="lib">
  <cores adminPath="/admin/cores">
   <core name="dev-domainde-1-0-de_DE" instanceDir="site_domainde_lang0" />
   <core name="dev-domainde-1-1-en_EN" instanceDir="site_domainde_lang1" />
  </cores>
</solr>


But it is not work. Please  help me, what I should to do?

Thanks, Nikolay
----------------------------------------------
The message was checked by Zillya! Antivirus 1.1.2993.0, bases 2.0.0.595 - No viruses detected





More information about the TYPO3-project-solr mailing list