Sphinx 和 Thinking_Sphinx 的嵌套近邻

发布于 2024-12-08 00:26:56 字数 255 浏览 0 评论 0原文

我有一个使用 Thinking_sphinx gem 的 RAILS 3.0.10 应用程序(使用 Ruby 1.9.2)。在扩展匹配模式下是否可以使用“or”运算符 使用“near”运算符,以便thinking_sphinx将找到带有以下内容的文本 组 1 中的任一单词在指定接近度内的任一单词 第 2 组。例如,'(赞成|支持|辩护者|支持者|坚定 |支持者|赞助人 |党派 |英雄|领导者|烈士|目标| 停止)近/30 人'?我正在使用 sphinx 0.9.9-release。

I have a RAILS 3.0.10 application (using Ruby 1.9.2) that using the thinking_sphinx gem. Is it possible in the extended match mode to use the "or" operator
with the "near" operator so that thinking_sphinx will find text with
either word in group 1 within a specified proximity to either word in
group 2. For example, '(pro | support | apologist | backer | stalwart
| proponent | patron | partisan | hero | leader | martyr | aimed |
stop) NEAR/30 people' ? I am using sphinx 0.9.9-release.

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

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

发布评论

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

评论(1

抱猫软卧 2024-12-15 00:26:56

ThinkingSphinx.search“专业支持辩护者”,:match_mode => :任何

ThinkingSphinx.search "pro support apologist", :match_mode => :any

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