ucldc / rikolti

calisphere harvester 2.0
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Normalizer on OpenSearch to address type capitalization #1018

Closed amywieliczka closed 4 months ago

amywieliczka commented 4 months ago

Strategy: For now, add a normalizer at the OpenSearch indexing layer to lowercase type. We largely want to move away from doing "mapping" work at this layer, though, so in the future when we're looking at the enrichment chain, move this mapping work back into the enrichment chain layer.