gpt4 book ai didi

ruby-on-rails - Solr 没有正确重新索引 - Solr 4 的 Sunspot Solr

转载 作者:行者123 更新时间:2023-12-04 06:27:38 25 4
gpt4 key购买 nike

我有一个类似的问题 Solr with Rails - rake sunspot:reindex is not working .

我的 Gemfile 中有这些:

gem 'sunspot_solr', github: 'sunspot/sunspot', branch: 'master'
gem 'sunspot_rails', github: 'sunspot/sunspot', branch: 'master'

和:

bundle exec rake sunspot:solr:start

工作正常,但当我这样做时:

bundle exec rake sunspot:solr:reindex

我得到:

Connection refused - {:data=>
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><delete><query>type:Service</query></delete>",
:headers=>{"Content-Type"=>"text/xml"}, :method=>:post, :params=>{:wt=>:ruby},
:query=>"wt=ruby", :path=>"update", :uri=>
#<URI::HTTP:0x007fccf982f348 URL:http://localhost:8982/solr/default/update?wt=ruby>,
:open_timeout=>nil, :read_timeout=>nil, :retry_503=>nil,
:retry_after_limit=>nil}

最佳答案

我添加了 sunspot.yml 的路径

development:
solr:
hostname: localhost
port: 8982
log_level: INFO
path: /solr/development

test:
solr:
hostname: localhost
port: 8981
log_level: WARNING
path: /solr/test

但不确定这是否足够好。似乎这是因为我使用的是 Solr 4 并且配置正在创建 solr/environment 类型的 URL。

关于ruby-on-rails - Solr 没有正确重新索引 - Solr 4 的 Sunspot Solr,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18064592/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com