Krunal
Krunal

Reputation: 3269

Implementing Solr with .net web application

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.

Upvotes: 3

Views: 3309

Answers (2)

Paige Cook
Paige Cook

Reputation: 22555

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.

Upvotes: 8

Herin
Herin

Reputation: 722

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/

Upvotes: 0

Related Questions