module Hydra::PCDM::Config
A container for configuration options (note configuration is not yet determined).
Constants
- INDEXING_COLLECTION_IDS_KEY
- INDEXING_MEMBER_IDS_KEY
- INDEXING_MEMBER_OF_COLLECTION_IDS_KEY
- INDEXING_OBJECT_IDS_KEY
Public Class Methods
indexing_collection_ids_key()
click to toggle source
# File lib/hydra/pcdm/config.rb, line 16 def self.indexing_collection_ids_key INDEXING_COLLECTION_IDS_KEY end
indexing_member_ids_key()
click to toggle source
# File lib/hydra/pcdm/config.rb, line 6 def self.indexing_member_ids_key INDEXING_MEMBER_IDS_KEY end
indexing_member_of_collection_ids_key()
click to toggle source
# File lib/hydra/pcdm/config.rb, line 11 def self.indexing_member_of_collection_ids_key INDEXING_MEMBER_OF_COLLECTION_IDS_KEY end
indexing_object_ids_key()
click to toggle source
# File lib/hydra/pcdm/config.rb, line 21 def self.indexing_object_ids_key INDEXING_OBJECT_IDS_KEY end