我正在尝试处理 Solrnet 并将 ASP.NET 站点与 Solr 服务器进行交互。但是,示例应用程序(在代码存储库上)是基于 MVC 的,有人知道普通 ASP.NET 中的版本吗?
谢谢
实际上没有任何重大差异:
var solr = ServiceLocator.Current.GetInstance<ISolrOperations<MyDocumentClass>>()
),(在 MVC 中,使用 IoC 容器很容易注入接口)这有点晚了。但是对于仍在寻找没有 MVC 的 Solrnet /ASP.NET 示例的人可以查看以下内容: http ://crazorsharp.blogspot.com/2010/01/full-text-search-using-solr-lucene-and.html http ://blog.dileno.com/archive/201009/get-started-using-solr-for-search-with-aspnet/