Solr Search
Installation
- add
gem 'acts_as_solr_reloaded', :git => 'git://github.com/dcrec1/acts_as_solr_reloaded.git'
- Add
gem "spree_solr_search", :git => 'git://github.com/romul/spree-solr-search.git'
to your Gemfile - Run
bundle install
- Run
rails g spree_solr_search:install
Master branch 1.0.x - 1.2.x compatible.
If you want use this extension with Spree 0.10.x or 0.11.x, then you should use spree-0-11-stable branch.
Usage
To download, set up and start Solr 3.6:
bundle exec rake solr:download
bundle exec rake solr:start
To perform the indexing:
bundle exec rake solr:reindex BATCH=500
To stop Solr demo-server:
bundle exec rake solr:stop
To configure production Solr server:
edit RAILS_ROOT/config/solr.yml
Running rake tasks in background
Read instructions how to run rake tasks in background.