samvera-deprecated / solrizer

A lightweight, configurable tool for indexing metadata into solr.
Apache License 2.0
30 stars 13 forks source link

Solrizer::FieldNameMapper#load_mappings corrupts Solrizer::FieldMapper::Default #11

Closed jcoyne closed 11 years ago

jcoyne commented 11 years ago

Formerly HYDRA-907

After load_mappings is called on FieldNameMapper, the mappings file overwrites Solrizer::FieldMapper::Default. This happens on first call to AF's SolrService and thus corrupts any default mapper objects instantiated after.

jcoyne commented 11 years ago

We're no longer using mappings yml file in master