开源面搜索/导航等的电子商务网站与.NET的API开源、商务网站、电子、API

2023-09-04 00:18:20 作者:你好就好我不重要

我要寻找这为电子商务网站提供高性能面搜索/导航等开源库

i am looking for open source libraries which provide high performance faceted search / guided navigation for ecommerce sites

我们的电子商务平台是完全建立在.NET,所以我会preFER库,确实提供了.NET的API

our ecommerce platform is entirely built on .net and so i would prefer libraries which do provide .net apis

性能是最重要的在这里...我检查了狮身人面像以及Solr的,但在寻找更好的选择,至于性能也越高

performance is of utmost importance here... i checked out sphinx as well as solr but looking for better options as far as performance goes

按照博客斯芬克斯平均需要5 - 6秒来执行分面搜索的第一水平,这是不可接受的在真实电子商务环境

as per blogs sphinx takes an average of 5 - 6 seconds to perform the first level of faceted search which is unacceptable in a real ecommerce environment

推荐答案

Apache Solr实现是什么您正在寻找。

Apache Solr is exactly what you are looking for.

时使用Lucene库和易集成到你的.NET应用程序,因为它有一个RESTful API构建一个完整的搜索服务器。出来的开箱即用的一些功能,如小面,缓存,缩放,拼写检查等。

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.

您可以使用优秀 SolrNet 库。