Sha256: b3a1f66048f0354d605f0001c95d26f7e164df622a509ab60c7961352d31bee9

Contents?: true

Size: 647 Bytes

Versions: 24

Compression:

Stored size: 647 Bytes

Contents

# Generated via
#  `rails generate hyrax:work NamespacedWorks::NestedWork`
class NamespacedWorks::NestedWorkIndexer < Hyrax::WorkIndexer
  # 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

24 entries across 24 versions & 1 rubygems

Version Path
hyrax-5.0.1 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-5.0.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-5.0.0.rc3 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-5.0.0.rc2 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-5.0.0.rc1 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.6.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0.rc3 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0.rc2 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0.rc1 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.5.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0.beta2 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.4.2 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-4.0.0.beta1 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.4.1 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.4.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.3.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.2.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.1.0 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb
hyrax-3.0.2 .dassie/app/indexers/namespaced_works/nested_work_indexer.rb