我想使用太陽黑子與Rails 4,我遇到了一些問題。當我在我的Gemfile只有gem 'sunspot_rails', '2.0.0'我得到這個錯誤: Note: This task has been moved to the sunspot_solr gem. To install, start and
stop a local Solr instance, please add s
我最近將我的rails 3.2應用升級到4.0,並將Ruby升級到2.0。我現在有問題現在正在運行太陽黑子。它會正確啓動,但當我導航到太陽黑子正在處理的搜索頁面時,會引發以下錯誤。我環顧四周,但找不到任何東西。 感謝您的幫助。 服務器錯誤 RSolr::Error::Http - 404 Not Found Error: Not Found Request Data: "fq=type%3AGea
post.rb ...
searchable do
text :title, :description
string :category
time :created_at
integer :post_id
end
...
post_controller.rb @search = Post.search do
fulltex