Currently, it seems like all the metadata fields are hard-coded into indexed_piece and aggregated_pieces. This makes it difficult to add new fields, especially if we want to be able to easily parse them from somewhere else (like the elvis database).
Maybe there can be a better way of having the metadata options more easily expandable?
Currently, it seems like all the metadata fields are hard-coded into
indexed_piece
andaggregated_pieces
. This makes it difficult to add new fields, especially if we want to be able to easily parse them from somewhere else (like the elvis database). Maybe there can be a better way of having the metadata options more easily expandable?