Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
473 views
in Technique[技术] by (71.8m points)

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

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

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

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

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...