postgres 全文搜索向解析器添加句点

发布于 2024-10-10 08:57:53 字数 150 浏览 1 评论 0原文

我正在使用 postgres 全文搜索。我想将句点 (.) 添加到解析器列表中,应按该句点分割单词。现在Hello world被分割成Hello和world,但是hello.world根本没有分割。

有谁知道如何将句点(.)添加到默认解析器列表中。

谢谢

I am using postgres full text search. I want to add period (.) to the list of parser by which words should be split. right now Hello world is split into Hello and world, but hello.world is not split at all.

Does anyone know how to add period (.) to the default parser list.

Thanks

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

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

发布评论

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

评论(1

_蜘蛛 2024-10-17 08:57:53

看起来唯一的方法是通过基于 的拆分来以编程方式更新行。

Looks like the only way to do this it to propgramatically update the row by splitting based on .

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