ibexa

Caution: This documentation is for eZ Publish legacy, from version 3.x to 5.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

My Multi-Core Woes [RESOLVED]

I was able to get mult-core installed with the instructions above. But the search did not work for my sites. My check list looked like this.

Solr running: OK,
Solr Administration Pages working: OK,
Index with updatesearchindexsolr.php: OK,?
Synchronize from site_admin: FAILED,
Search results from site: FAILED,

[SOLUTION]

Make a change to each sites extension/ezfind/settings/solr.ini . add /<corename> to the end of each SearchServerURI like below:

[SolrBase]
# Base URI of the Solr server
SearchServerURI=http://localhost:8983/solr/site1

You must then re-index each site with php extension/ezfind/bin/php/updatesearchindexsolr.php -s site_admin

Geir Arne Waaler (05/10/2011 2:13 pm)

Geir Arne Waaler (05/10/2011 2:13 pm)


Comments

There are no comments.