Description
It's been my intention to replace the existing HTMetadata module here with the new Bookworm_MARC one I wrote in the spring. The goal is to pull the information we can directly from the MARC files, rather than intermediating through the Solr index.
I recommend this (in part because I think the date parsing is significantly better, and it captures some fields I think matter a lot like contributing library), but it's possible this is not the best way to integrate all the existing work at HTRC. My original hope was that Bookworm-MARC would bundle some HTRC code, but that ship has sort of sailed.
Another possibility is to use the MARC fields by default, but create a second supplemental table from Solr and load those in using bookworm add_metadata
. Or vice-versa; Solr primarily, and MARC for supplemental information.
There's also the question of whether we should use first_publisher
(as I do in MARC) or any_publisher
.
Activity