class Hydra::PCDM::CollectionIndexer

Public Instance Methods

generate_solr_document() click to toggle source
Calls superclass method
# File lib/hydra/pcdm/collection_indexer.rb, line 3
def generate_solr_document
  super.tap do |solr_doc|
    solr_doc[Config.indexing_collection_ids_key] = object.ordered_collection_ids
  end
end