class ActiveFedora::Indexing::Map
e.g. ‘creator_name’ => <IndexObject behaviors=[:stored_searchable, :facetable]>
This is a description of how properties should map to indexing strategies
def dup
def dup self.class.new(@hash.deep_dup) end
def initialize(hash = {})
def initialize(hash = {}) @hash = hash end