快速多标签搜索加上结果排序和分页?

发布于 2024-11-08 15:58:41 字数 251 浏览 5 评论 0原文

有人可以解释一下 StackOverflow 搜索是如何工作的吗?我想将相同的功能添加到我正在开发的项目中。

在SO中,可以通过多个标签(例如c#、java)过滤问题并获取按日期或投票数排序/分页的结果?

我意识到带有全文引擎的 RDBMS 可用于对问题进行过滤和排序,但我不确定这是否是最佳解决方案?

是否有可能以某种方式从全文索引中获取前 N 个有序结果?

也许使用 Lucene.NET 或 Redis 或类似的东西?

Can somebody explain how StackOverflow search works? I would like to add same features to a project I'm working on.

In SO, it's possible to filter the questions by multiple tags (e.g. c#, java) and get results sorted/paged by date or number of votes?

I realize that RDBMS with full-text engine can be used to filter and sort the questions but I'm not sure if that's the best solution?

Is it possible to somehow get top N ordered results from a full-text index?

Maybe Lucene.NET or Redis or something similar is used?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文