ASP.NET 使用哪种搜索技术? [英] Which search technology to use with ASP.NET?

查看:21
本文介绍了ASP.NET 使用哪种搜索技术?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在网站上提供搜索工具的首选方法是什么?目前我更喜欢使用 Lucene.net 而不是索引服务/SQL服务器全文搜索(因为没有什么可以设置服务器端),但还有哪些其他方式在使用?

What's your preferred method of providing a search facility on a website? Currently I prefer to use Lucene.net over Indexing Service / SQL Server full-text search (as there's nothing to set up server-side), but what other ways are being used out there?

推荐答案

我们同时使用了 Lucene.net、索引服务和 SQL Server 全文.对于具有大型和繁重数据库搜索功能的项目,SQL 搜索在性能/资源命中方面具有优势.否则 Lucene 在各个方面都要好得多.

We used both Lucene.net, Indexing Service and SQL Server full-text. For a project with large and heavy DB search functionality SQL search has an upper hand in terms of performance/resource hit. Otherwise Lucene is much better in all aspects.

这篇关于ASP.NET 使用哪种搜索技术?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆