Sha256: f323ee6eb872343690f53ff7c465c43b589a22cdfeadf527086cce18e2044bae

Contents?: true

Size: 233 Bytes

Versions: 9

Compression:

Stored size: 233 Bytes

Contents

module Hydra::PCDM
  class CollectionIndexer < PCDMIndexer
    def generate_solr_document
      super.tap do |solr_doc|
        solr_doc[Config.indexing_collection_ids_key] = object.ordered_collection_ids
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hydra-pcdm-1.4.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-1.3.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-1.2.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-1.1.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-1.0.1 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-1.0.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-0.11.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-0.10.0 lib/hydra/pcdm/collection_indexer.rb
hydra-pcdm-0.9.0 lib/hydra/pcdm/collection_indexer.rb