Some more info:

I am using Solrnet in my MVC project for search results:

var urlHealthInfo = ConfigurationManager.AppSettings["solrSPHealthInfo"] !=
null ?
ConfigurationManager.AppSettings["solrSitecoreSPHealthInfo"].ToString() :
"http://localhost:8983/solr/Sitecore_SharePoint_HealthInformation";;

var solrServers = new SolrServers {
new SolrServerElement {
                    Id = "solrHealthInfo",
                    Url = urlHealthInfo,
                    DocumentType = typeof
(SPHealthInfoSearchResultsViewModel).AssemblyQualifiedName
                }
}

Will I be able to use Shards?

Thanks



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-Merge-Index-tp4286081p4286251.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to