Connection refused using Sunspot and Solr in Rails

后端 未结 1 1720
南方客
南方客 2021-01-23 00:08

I\'m having an issue wherein I get an ECONNREFUSED error when I try to perform a search using sunspot_rails. The gems (sunspot_rails and sunspot_solr) both seem to be installed

相关标签:
1条回答
  • 2021-01-23 00:38

    Turns out it was a bug in Sunspot. Here's a link to the issue I filed for a full description:

    https://github.com/sunspot/sunspot/issues/262

    My workaround was to edit the .yml file and change all ports (test, development, and production) to 8983.

    0 讨论(0)
提交回复
热议问题