我最近安装了solr 4.2.1 ...在我的rails程序中,我使用sunspot_solr和sunspot_rails gem...由于sunspot_solr gem是一个预打包的Solr发行版,我想知道该程序是否会起诉我安装的Solr4,还是会使用gem附带的版本?有没有办法可以找到gem使用的solr版本?如果能帮上忙,我们将不胜感激。感谢您花时间阅读此问题。
gem 'sunspot_rails', '~>2.0.0'
gem 'sunspot_solr', '~>2.0.0'这些是我在我的gemfile中使用的版本...
发布于 2013-04-29 13:59:14
我在太阳黑子的git中心页面找到了answer...its ..。localhost:8982/solr提供了有关gem使用的solr版本的信息及其solr 3.5 :/ ...现在应该为我的程序找到一种使用Solr4的方法……
发布于 2013-05-14 18:28:37
对于Solr4,请查看:https://github.com/sunspot/sunspot/wiki/Working-with-Solr-4和https://github.com/sunspot/sunspot/wiki/Upgrading-sunspot_solr-Solr-Instance
我正在探索这一点,可能会修补太阳黑子以与Solr 4一起工作,在http://github.com/hammady上关注我
https://stackoverflow.com/questions/16271914
复制相似问题