Implementing Solr with .net web application

2019-03-22 06:18发布

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.

2条回答
Juvenile、少年°
2楼-- · 2019-03-22 06:45

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/

查看更多
迷人小祖宗
3楼-- · 2019-03-22 06:46

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.

查看更多
登录 后发表回答