I have apache solr with multiple cores e.g. currency, country etc... So using Spring Data Solr I can retrieve information from one core. I have got this XML configuration ri
With Spring Data Solr 1.1.0.RC1 multiple cores works as described by Christoph Strobl with @EnableSolrRepositories. It works also with an XML configuration by set multicore-support="true".