Reputation: 405
I'm using sunspot 1.1.0 , and I tried setting the solr_home in sunspot.yml . when I fire the solr it doesn't take solr_home into account. Is there another way to start solr "rake sunspot:solr:start" and pass in the solr_home ?
Upvotes: 0
Views: 213
Reputation: 126
there is a flag for that (-s SOLR_HOME) (or --solr_home=SOLR_HOME)
rake sunspot:solr:start -s SOLR_HOME
Upvotes: 1