Skip to content

Commit

Permalink
add geobalcklight:solr:seed task for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Aug 5, 2016
1 parent 4a5fb9f commit 1a4dbac
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/tasks/geoblacklight.rake
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,11 @@ namespace :geoblacklight do
end
end
end

namespace :solr do
desc "Put sample data into solr"
task :seed => :environment do
Rake::Task['geoblacklight:index:seed'].invoke
end
end
end

0 comments on commit 1a4dbac

Please sign in to comment.