Skip to content

Commit

Permalink
Merge pull request #91 from psu-libraries/reset-solr
Browse files Browse the repository at this point in the history
don't delete configset
  • Loading branch information
whereismyjetpack authored Jul 27, 2022
2 parents 3284316 + b981630 commit c326bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tasks/solr.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace :solr do
task reset: :environment do
conf = EtdaExplore::SolrAdmin.new
conf.delete_collection
conf.delete_configset

Rake::Task['solr:init'].invoke
end
Expand Down

0 comments on commit c326bf5

Please sign in to comment.