5
$ rails -v
Rails 4.0.0

$ cat Gemfile.lock | grep solr
      rsolr (~> 1.0.7)
    sunspot_solr (2.0.0)
    rsolr (1.0.9)
      sunspot_solr (>= 1.2)
  sunspot_solr!


$ cat Gemfile.lock | grep sunspot
  remote: https://github.com/sunspot/sunspot.git
    sunspot (2.0.0)
    sunspot_rails (2.0.0)
      sunspot (= 2.0.0)
    sunspot_solr (2.0.0)
    sunspot-rails-tester (1.0.0)
      sunspot_rails (>= 1.2)
      sunspot_solr (>= 1.2)
  sunspot-rails-tester
  sunspot_rails!
  sunspot_solr!

http://localhost:8982/solr/#/
版本
solr-spec
4.2.0.2013.03.06.22.32.13
solr-impl
4.2.0 1453694 - rmuir - 2013-03-06 22:32:13
lucene-spec
4.2.0
lucene-impl
4.2.0 1453694 - rmuir - 2013 -03-06 22:25:29

我正在尝试做的事情:
同时运行 2 个不同的 solr 实例。
单独的索引和要从单独的 Rails 环境中搜索的所有内容(例如生产和开发)。

我面临的问题:
如果我尝试运行 2 个单独的 solr,它们会运行并启动,但它们没有做出应有的响应。

我向他们提出了一个问题,但似乎没有人回答。
https://github.com/sunspot/sunspot/issues/435

如果有人已经以任何方式(不同的端口、不同的数据目录等)实现了 solr 多核,我想知道如何。

4

0 回答 0