searchlogic 和其他全文搜索插件有什么区别?
我正在寻找acts_as_solr 或thinkingsphinx 的替代方案,以便在我的Rails 应用程序中进行全文搜索。遇到了搜索逻辑。支持索引吗?我计划在 Heroku 上托管我的应用程序,并且我想要一个替代方案,因为 Heroku 对 Websolr 收费。我知道使用 texticle 或acts_as_tsearch 的替代方法,但我想使用 searchlogic 来实现其功能。
I am looking for an alternative to acts_as_solr or thinkingsphinx for fulltext search in my Rails app. Came across searchlogic. Does it support indexing? I am planning to host my app on heroku and I want an alternative because heroku charges for Websolr. I am aware of the alternative way of using texticle or acts_as_tsearch but i want to use searchlogic for its features.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Searchlogic 通过提供各种 ActiveRecord 命名范围来支持搜索。它不是像 Solr 或 Sphinx 那样的全文搜索引擎。
Searchlogic supports searching by providing an assortment of ActiveRecord named scopes. It's not a full text search engine as Solr or Sphinx are.