I am new to MVC architecture, have just started learning it, but I have to actually make a page in MVC which displays result returned by SOLR search. I don’t have a clue as to how to start or proceed or what to do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As @Kane suggested in his comment, you will need to look at a Solr Client to use in your MVC website in order to query and parse the response from Solr.
I am assuming you are talking ASP.NET MVC3 here, so I would recommend the use of SolrNet. Also, if you download the library, it comes with a fully functional ASP.NET MVC example that you should be able to use to help jump start your development efforts.
My company has implemented multiple projects based on SolrNet and we have been extremely pleased with it it.