Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spree_solr_search

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spree_solr_search

  • 1.0.0.rc
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Installation

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc