No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Provides search via Apache Solr for a Spree store.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Solr Search

Installation

  1. add gem 'acts_as_solr_reloaded', :git => 'git://github.com/dcrec1/acts_as_solr_reloaded.git'
  2. Add gem "spree_solr_search", :git => 'git://github.com/romul/spree-solr-search.git' to your Gemfile
  3. Run bundle install
  4. 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.