Tag Archives: solr

Run Solr as A Service

For most of my Ruby on Rails applications, I use Lucene-based Solr Search Engine alongwith acts_as_solr plugin. Each time I start the application, I need to start the Solr Server using the command: rake solr:start or rake solr:start RAILS_ENV=production    … Continue reading

Leave a Comment

Filed under Linux, Ruby on Rails