Skip to content

Commit

Permalink
we've already subclassed file_set_indexer so leave decorator alone fo…
Browse files Browse the repository at this point in the history
…r onel line change
  • Loading branch information
cziaarm committed Jul 2, 2024
1 parent f147023 commit c18703d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions app/indexers/file_set_indexer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def generate_solr_document

super.tap do |solr_doc|
solr_doc['hasFormat_ssim'] = object.rendering_ids
solr_doc['digest_ssim'] = "urn:sha1:#{object.s3_only}" if object.s3_only.present?
end

rescue Ldp::HttpError => exception
Expand Down
24 changes: 0 additions & 24 deletions app/indexers/hyrax/file_set_indexer_decorator.rb

This file was deleted.

0 comments on commit c18703d

Please sign in to comment.