3

I'm about to implement Solr for search on NopCommerce based cart application. I would like to have an idea on the steps as how should I proceed with this. I have looked google for some help, but it didn't really helped. I found that there is an interface for .net for integrating this with .net applications, but not found any doc or tutorial on solr site.

I need your help in deciding the best approach to address this problem.

Krunal
  • 2,967
  • 8
  • 45
  • 101

2 Answers2

8

There is a Solr Tutorial on the Solr Site. And as far as setting up a site that is accessible from an ASP.NET MVC web site, I would recommend implementing the SolrNet client and using the SolrSampleApp as a starting point.

None
  • 5,582
  • 21
  • 85
  • 170
Paige Cook
  • 22,415
  • 3
  • 57
  • 68
  • for me when i try to run SolrSampleApp in visual studio express for web 2013, it gives me error about using SolrNet;, that the refenence is missing. And when i use NuGet to receive a new reference i get other errors. This could be that its made for .net 3.5. Do you know if theres av new version for mvc 4 or 4.5? – MikeAlike234 Dec 11 '13 at 12:01
0

you don't need to do it..there is already a plugin that integrate solr with nopCommerce. May be you would like to look that one. I've taken a trial and its really dream come true. I ended up using it in about half an hour. It improved speed and search results of my site. You can find more info here: http://www.nopaccelerate.com/

Herin
  • 704
  • 3
  • 18
  • 34