Sphinx 搜索抱怨 RT 索引缺少 .sph 文件
我向 sphinx.conf 文件添加了实时 (RT) 索引。当我使用 mysql -h 127.0.0.1 -P 3312 连接到 Sphinx 时,我可以看到它。但是当我尝试进行命令行搜索时,Shinx 添加到响应的末尾:
index 'drupal_rt': search错误:无法打开 /var/lib/sphinx/rt_drupal_nodes.sph:没有这样的文件或目录。
I added a real-time (RT) index to my sphinx.conf file. I can see it when I connect to Sphinx with mysql -h 127.0.0.1 -P 3312. But when I try to do a command-line search, Shinx adds to the end of the response:
index 'drupal_rt': search error: failed to open /var/lib/sphinx/rt_drupal_nodes.sph: No such file or directory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
./search 工具不适用于实时索引。
您应该使用 mysql 客户端。
如果您需要使用命令行搜索,则需要 test.php 脚本,您可以在 api 目录下的 sphinx 源存储库中找到该脚本。
./search tool doesn't work with real-time indexes.
You should use mysql client instead.
If you need to use command line search, you need test.php script which you could find in the sphinx source repository under the api dir.