0

在我们的Rails 3应用程序的站点标题中实现可搜索性功能的最佳方式是什么?

我们有可以互相关注的用户,并且我们收到了大量反馈,即搜索栏将成为我们应用程序的一个非常有利的补充。

谢谢大家,提前。

4

2 回答 2

2

嗨飞毛腿炸弹,市场上有几个很好的宝石可以实现可搜索性功能。

最常用的宝石

  1. 太阳黑子 + solr (https://github.com/outoftime/sunspot)
  2. act_as_indexed (https://github.com/dougal/acts_as_indexed)
  3. 思考狮身人面像(https://github.com/freelancing-god/thinking-sphinx)

但我会说 Sunspot 是最好的选择。基本上 sunspot 是一个 ruby​​ 库,它与 solr 搜索引擎交互以实现强大的搜索。

有关于这个主题的好博客看看。

http://www.idyllic-software.com/blog/fulltext-search-with-sunspot/

于 2012-04-19T05:14:46.733 回答
1

我最喜欢的是太阳黑子:http ://sunspot.github.com/ 。文档非常清楚。甚至还有 RailsCast 可以帮助您:http ://railscasts.com/episodes/278-search-with-sunspot 。

于 2012-04-19T03:46:31.177 回答