Sha256: e3e0289c8ef01d34121e7051a032895beb9fbe8cdd5fcdae5b6e5c9f1fe22237
Contents?: true
Size: 651 Bytes
Versions: 3
Compression:
Stored size: 651 Bytes
Contents
# Generated via # `rails generate hyrax:work NewspaperContainer` class NewspaperContainerIndexer < NewspaperWorks::NewspaperCoreIndexer # This indexes the default metadata. You can remove it if you want to # provide your own metadata and indexing. # include Hyrax::IndexesBasicMetadata # Fetch remote labels for based_near. You can remove this if you don't want # this behavior # include Hyrax::IndexesLinkedMetadata # Uncomment this block if you want to add custom indexing behavior: # def generate_solr_document # super.tap do |solr_doc| # solr_doc['my_custom_field_ssim'] = object.my_custom_property # end # end end
Version data entries
3 entries across 3 versions & 1 rubygems