Spring Data Solr multiple cores and repository

前端 未结 5 1007
庸人自扰
庸人自扰 2020-12-06 08:11

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

5条回答
  •  长情又很酷
    2020-12-06 08:45

    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".

    
    
    
    
    
        
    
    

提交回复
热议问题