Search code examples
asp.netasp.net-mvc-3lucenefull-text-searchsolrnet

Using Solr for multiple sites


I have setup a Solr server, now, I have two sites that I want to index and search using SolrNet.

How do I differentiate the two sites' content in Solr?


Solution

  • You may want to take a look at this document: http://wiki.apache.org/solr/MultipleIndexes I think the best approach is to use Multiple Solr Cores.