open source faceted search / guided navigation for ecommerce sites with .net apis

梦想与她 提交于 2019-11-29 12:46:46

Apache Solr is exactly what you are looking for.

Is a full-fledged search server built using Lucene libs and easily integrable into your .NET application because it has a RESTful API. Comes out-of-the-box with several features such as faceting, caching, scaling, spell-checking, etc.

You can make life easier for your app-to-Solr interaction using the excellent SolrNet library.

Have a look at lucene.net it is a very powerful search engine that can be customised for most search related requirements:

http://incubator.apache.org/lucene.net/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!