Rails 搜索索引:Sphinx 还是 Solr?
我们使用由 Heroku 托管的 Rails。我不是一个优秀的开发人员,也没有使用 Solr 或 Sphinx 的经验。我们有一个 Postgres 数据库和一些文档,并且想要针对它们添加快速、模糊的搜索(主要是数据库)。
两者都有什么缺点吗?认可?谢谢!
We're on Rails hosted by Heroku. I'm not a great dev and haven't had experience with Solr or Sphinx. We have a Postgres db and some documents, and want to add a fast, fuzzy-ish search against them (mostly just the db).
Any cons to either? Endorsements? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是之前关于 Stack Overflow 的一些讨论:
Solr 是更大、更旧的项目,并且可能对未来的高级搜索功能有更多/更好的支持,但对于您描述的情况,这是一个折腾。这取决于 Sunspot Solr 客户端和 Thinking Sphinx 客户端,两者都很棒。
我当然可以对 Heroku 上的 Websolr 插件表示认可,但这有点偏颇,因为我运行它;)事实上,我们的插件是最早于 2009 年夏天推出的 Heroku 插件之一。
Here are a few previous discussions on Stack Overflow:
Solr is the larger and older project, and may have more/better support for advanced search features down the road, but for the case you describe, it's a tossup. It comes down to a choice between the Sunspot Solr client and the Thinking Sphinx client, both of which are excellent.
I can certainly put in an endorsement for the Websolr addon on Heroku, but it's a bit biased because I run it ;) In fact, ours was one of the first Heroku addons launched, back in the summer of 2009.
对于“非优秀开发人员”,我建议使用 Sunspot。那么你不需要关心 1) 关于重新索引,除了更新源代码的情况 2) 关于手动安装 3) 你可以使用 SQLite 进行测试
For a 'non-great developer' i'd suggest Sunspot. Then you don't need to care 1) about reindexing except the cases when you update your source code 2) about manual installing 3) you can use SQLite for testing