找不到 sphinx.yml 文件
我正在运行 Rails 2.2.3,使用 mysql 作为数据库方案 &认为 sphinx 作为插件安装。 我遇到两个问题:
1)我无法找到文件confing/sphinx.yml。我只有一个 config/development.sphinx.conf 2)我已经指定了 min_infix_len &模型的define_index方法中的enable_start属性。我还检查了development.sphinx.conf 文件&这些属性在那里正确设置。但我没有得到任何中缀搜索结果。
请帮忙。
I am running rails 2.2.3 with mysql as database scheme & thinking sphinx installed as plugin.
I am having two problems :
1) I am unable to find file confing/sphinx.yml. I just have a config/development.sphinx.conf
2) I have specified min_infix_len & enable_start property from define_index method of model. I also have checked development.sphinx.conf file & these properties are correctly set there. But I am not getting any infix search results.
Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在 Rails config 文件夹中创建该文件。
我发现的最好的教程是 http://chris.finne。 us/2010/04/09/multi-server-thinking-sphinx/
You have to create the file in your Rails config folder.
The best tutorial I found was http://chris.finne.us/2010/04/09/multi-server-thinking-sphinx/