Migrating SolrNet MVC2 Application to MVC3
问题 The sample application for SolrNET search is in MVC 2. I tried to convert it into MVC 3 application. The search is working perfectly, by connecting to my own solr instance. But the faceting is not getting displayed. private static readonly string[] AllFacetFields = new[] { "Dataaccess", "AccessMethod", "Datacreator", "Dataset", "Geographicalarea"}; And when the I sort the search results according to the best match, price and random, I get the link like, http://localhost:2086/?sort=price But,