🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

spree_solr_search

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spree_solr_search

bundlerRubyGems.org
Version
1.0.0.rc
Version published
Maintainers
1
Created
Source

Installation

  • add gem 'acts_as_solr_reloaded', :git => 'git://github.com/evrone/acts_as_solr_reloaded.git', :branch => "ar_namespace_support" to your Gemfile
  • Add gem "spree_solr_search" to your Gemfile
  • Run bundle install
  • Run rails g spree_solr_search:install

Master branch 1.0.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 perform the indexing:

rake solr:reindex BATCH=500

To start Solr demo-server:

rake solr:start SOLR_PATH="/home/roman/www/jetty-solr"

To stop Solr demo-server:

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.

P.S. For development recommended use jetty-solr server.

FAQs

Package last updated on 02 Apr 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts