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
Add solrsrv to your Gemfile
group :dev do gem 'solrsrv' end
Create the configuration file. (This step is optional)
rails g solrsrv:update_config
Start and stop the server using the built in rake tasks:
rake solrsrv:start
or
rake solrsrv:stop
Copyright
Copyright © 2010 Geraud Boyer. See LICENSE for details.