With latest Spring Data Solr 3.0.9-RELEASE
don't we have support fo multicore? @EnableSolrRepositories(multicoreSupport=true)
or SolrTemplate.setSolrCore()
? We are upgrading Spring-Data-Solr from 2.1.13-RELEASE to 3.0.9-RELEASE and seeing compilation errors.
It looks like multicoreSupport has been removed as per this bug.
https://jira.spring.io/browse/DATASOLR-372
and this commit shows it has been removed