class ActiveFedora::LoadableFromJson::SolrBackedMetadataFile
def update_indexed_attributes(hash)
It is expected that the singular filter gets applied after fetching the value from this
def update_indexed_attributes(hash) hash.each do |k, v| @hash[k.first] = Array(v) end end