NASA-PDS / registry-legacy-solr

Legacy Registry Software components leveraging Apache Solr. Includes Legacy Harvest Tool, Registry Manager, PDS3 Catalog Tool, and Search Core library. These components provide the capabilities for loading PDS3 and PDS4 data into the Legacy Solr Registry, driving the PDS keyword search.
Apache License 2.0
0 stars 1 forks source link

Update harvest and catalog tool to pull correct context product names #119

Open jordanpadams opened 1 month ago

jordanpadams commented 1 month ago

💡 Description

Right now, we pull the investigation_name, instrument_name, etc. from the labels of the products, which blows up the ability to facet on those values. We should pull the correct values from the current context products, and use that for those *_name values, and move the ones from the labels to the aliases.

⚔️ Parent Epic / Related Tickets

No response