Sphinx 和 Thinking_Sphinx 的嵌套近邻
我有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
ThinkingSphinx.search“专业支持辩护者”,:match_mode => :任何
ThinkingSphinx.search "pro support apologist", :match_mode => :any