Ciao a tutti,
innanzitutto vi ringrazio per ogni forma di aiuto,
vado a l problema:
ho installato e configurato SOLR nel mio ENVIRONMENT di development e
tutto
funziona egregiamente, vado a clonare il tutto in production e ho due
errori il primo:
lancio questo comando:
bundle exec rake sunspot:solr:reindex RAILS_ENV=production --trace
e questo è lo stack trace:
** Invoke sunspot:solr:reindex (first_time)
** Invoke sunspot:reindex (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute sunspot:reindex
Error using progress bar: Max must be a positive integer
rake aborted!
RSolr::Error::Http: RSolr::Error::Http - 404 Not Found
Error: Not Found
URI: http://localhost:8982/solr/production/update?wt=ruby
Request Headers: {“Content-Type”=>“text/xml”}
Request Data: “<?xml version=\"1.0\"
encoding=\"UTF-8\"?>type:Announcement”
… …
non riesco a comprendere il perche non indicizzi i miei annunci.
grazie mille per l’aiuto.