Skip to content

Instantly share code, notes, and snippets.

@tjl2
Created September 16, 2010 12:43
Show Gist options
  • Save tjl2/582354 to your computer and use it in GitHub Desktop.
Save tjl2/582354 to your computer and use it in GitHub Desktop.
desc "Reindex all sunspot models in solr"
task :reindex_sunspot , :roles => :app, :only => {:solr => true} do
run "cd #{release_path} && rake #{rails_env} sunspot:reindex"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment