Can't reindex with sunspot / solr in rails app - Error: Severe errors in solr configuration

后端 未结 7 1064
我在风中等你
我在风中等你 2021-02-01 10:42

Ok, so I have a simple rails application and now i\'m trying to implement sunspot for search capabilities. However, after I\'ve generated the config file with rails g sunspot_ra

7条回答
  •  没有蜡笔的小新
    2021-02-01 11:07

    I was having a very similar problem and solved it by

    • stopping all running solr processes
    • removing the solr folder
    • turn off/restart the computer
    • gem uninstall all related gems
    • bundle install
    • start solr
    • reindex solr

提交回复
热议问题