I've a requirement where there will be one instance of SOLR with multiple cores. The data is being pulled from database. We have 3 different search criteria, each business entity have millions of rows. So we created 3 cores. Now the problem is that datasource (Database) is same and only the SQL/tables for retrieving is different. I want to share this connection string across the cores. Each core has data-config.xml in which this connection string is specified. I'd like to specify the connection string at one place only. How to achieve this?
Thanks in advance,
Unni