Sha256: f434b7f46d4fd8a7740c415719fc8c63f1c04b2637b7bd71a05a3c685c79a510

Contents?: true

Size: 778 Bytes

Versions: 9

Compression:

Stored size: 778 Bytes

Contents

module Hydra
  module PCDM
    # A container for configuration options (note configuration is not yet determined).
    module Config
      INDEXING_MEMBER_IDS_KEY = 'member_ids_ssim'.freeze
      def self.indexing_member_ids_key
        INDEXING_MEMBER_IDS_KEY
      end

      INDEXING_MEMBER_OF_COLLECTION_IDS_KEY = 'member_of_collection_ids_ssim'.freeze
      def self.indexing_member_of_collection_ids_key
        INDEXING_MEMBER_OF_COLLECTION_IDS_KEY
      end

      INDEXING_COLLECTION_IDS_KEY = 'collection_ids_ssim'.freeze
      def self.indexing_collection_ids_key
        INDEXING_COLLECTION_IDS_KEY
      end

      INDEXING_OBJECT_IDS_KEY = 'object_ids_ssim'.freeze
      def self.indexing_object_ids_key
        INDEXING_OBJECT_IDS_KEY
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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