Forums / Extensions / eZ Find / Installing ezfind with multi-core
Matthieu Sévère
Sunday 09 May 2010 4:53:12 am
Hello,
I try to configure solr with multi core feature in following the txt file in ezfind.
I have set up a solr instance on my server in copying the java folder from ezfind in /var/www/solr-install/java
I run the instance with :
java -Dsolr.solr.home=/var/www/solr-install/java/solr.multicore -jar start.jar
The solR admin is working fine and I am able to switch in my different cores.
The problem is when I try to index my Exponential site. I get 404 error on update.
Indeed the following address returns a 404 : http://localhost:8983/solr/galaxy-eng-GB/update
Any clue on what I'am doing wrong ?
Thank you !
-- eZ certified developer: http://ez.no/certification/verify/346216
Sunday 09 May 2010 7:22:12 am
Ok I found the problem. I was misleaded by a comment on the doc that says we should add the name of the core after the uri of solr but it is not true.
Anyway it's working well now :)