从 tsvector 列中检索最常见的关键字

发布于 2024-08-13 11:13:20 字数 213 浏览 5 评论 0原文

我正在考虑将 tsvector 列添加到现有表中,该表将保存同一表中多个列的可能搜索词(例如 tsvector 列将等于 to_tsvector(header || ' ' || body || ' ' | |页脚))。在我决定这样做之前,我的要求之一是我能够在表中的所有记录中找到最流行的关键字。

有没有类似于 tsquery 的东西可以找到所有记录中最流行的关键字?

I'm considering adding a tsvector column to an existing table that will hold possible search terms for multiple columns in that same table (e.g. the tsvector column will equal to_tsvector(header || ' ' || body || ' ' || footer)). Before I decide to do so, one of my requirements is that I am able to find the most popular keywords amongst all records in the table.

Is there anything similar to tsquery that will find my the most popular keywords over all records?

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

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

发布评论

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

评论(1

倾城°AllureLove 2024-08-20 11:13:20

最有可能的是 ts_stat FTS 函数你在追赶。

Most probably the ts_stat FTS function is what you're after.

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