solrsrv

Solrsrv is just a very small wrapping of the 'example' directory that comes with SOLR's distribution. This gem is here to provide a very basic search server in your development environment.

How to use with Rails 3.x

  1. Add solrsrv to your Gemfile

    group :dev do
      gem 'solrsrv'
    end
    
  2. Create the configuration file. (This step is optional)

    rails g solrsrv:update_config
    
  3. Start and stop the server using the built in rake tasks:

    rake solrsrv:start
    

or

    rake solrsrv:stop

Copyright © 2010 Geraud Boyer. See LICENSE for details.