I'm working on e-Commerce site which is based on ASP.NET MVC3. I've implemented SolrNet 3.6 for improving search.
For that, Only one solr instance is running which is served by Tomcate Apache 7.0 .
My client is demanding to develop another e-Commerce site using SolrNet which should be by served same Tomcat server.
So is it possible to invoke multiple solr instance having different data? If yes then How can I achieve this?