问题描述
我即将实施的Solr在基于NopCommerce车应用程序的搜索。我想对步骤,我应该怎么这个继续的想法。我找了谷歌的一些帮助,但它并没有真正帮助。我发现有针对.NET与.NET应用程序集成本的接口,但没有发现对Solr的网站的任何文档或教程。
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.
推荐答案
有一个。并尽可能建立一个网站,是从一个ASP.NET MVC的网站访问,我会建议实施客户端,并使用作为一个起点。
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.
这篇关于与.NET Web应用程序实现的Solr的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!