Implementing Solr with .net web application

后端 未结 2 1158
礼貌的吻别
礼貌的吻别 2021-02-11 02:05

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

相关标签:
2条回答
  • 2021-02-11 02:33

    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.

    0 讨论(0)
  • 2021-02-11 02:37

    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/

    0 讨论(0)
提交回复
热议问题