Sha256: 1d8aa1048db84d3fc0496b5a23f4267e5276dcb83c0c4d0642878ab569c5631c

Contents?: true

Size: 181 Bytes

Versions: 26

Compression:

Stored size: 181 Bytes

Contents

# frozen_string_literal: true
namespace :solr do
  desc "Enqueue a job to resolrize the repository objects"
  task reindex: :environment do
    ResolrizeJob.perform_later
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-5.0.2 lib/tasks/reindex.rake
hyrax-5.0.1 lib/tasks/reindex.rake
hyrax-5.0.0 lib/tasks/reindex.rake
hyrax-5.0.0.rc3 lib/tasks/reindex.rake
hyrax-5.0.0.rc2 lib/tasks/reindex.rake
hyrax-5.0.0.rc1 lib/tasks/reindex.rake
hyrax-3.6.0 lib/tasks/reindex.rake
hyrax-4.0.0 lib/tasks/reindex.rake
hyrax-4.0.0.rc3 lib/tasks/reindex.rake
hyrax-4.0.0.rc2 lib/tasks/reindex.rake
hyrax-4.0.0.rc1 lib/tasks/reindex.rake
hyrax-3.5.0 lib/tasks/reindex.rake
hyrax-4.0.0.beta2 lib/tasks/reindex.rake
hyrax-3.4.2 lib/tasks/reindex.rake
hyrax-4.0.0.beta1 lib/tasks/reindex.rake
hyrax-3.4.1 lib/tasks/reindex.rake
hyrax-3.4.0 lib/tasks/reindex.rake
hyrax-3.3.0 lib/tasks/reindex.rake
hyrax-3.2.0 lib/tasks/reindex.rake
hyrax-3.1.0 lib/tasks/reindex.rake