Implementing Solr with .net web application

后端 未结 2 1067
难免孤独
难免孤独 2021-02-11 02:06

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:31

    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.

提交回复
热议问题