Rails app: Solr throwing RSolr::Error::Http - 404 Not Found when executing search

后端 未结 7 568
甜味超标
甜味超标 2020-12-13 14:15

Very lost as I haven\'t made any changes to my search which has always been working but somehow I\'ve got a break. Being relatively new to Rails, the error output isn\'t giv

7条回答
  •  一整个雨季
    2020-12-13 14:37

    development:
      solr:
        hostname: localhost
        port: 8982
        log_level: INFO
        path: /solr
      auto_index_callback: after_commit
      auto_remove_callback: after_commit
    

提交回复
热议问题