I have an eZ Publish and a Magento site on two different servers, and one Solr server. The Solr server is now used as the search engine for eZ Publish but I would also like to use the same Solr-server on Magento.
eZ Publish comes with an extension (eZFind) which contains schema.xml, and I got it working straight of the box without any configuration (other than defining the Solr-server, user, password, etc).
Magento ships with a schema.xml and solrconfig.xml, which according the documentation needs to be copied to the Solr-server.
I'm a bit afraid of doing this since I don't want to break the search on eZ Publish.
Does anyone have any experience with this or has any recommendations on the Solr setup?