adsabs / ADSImportPipeline

Data ingest pipeline for ADS classic->ADS+
GNU General Public License v3.0
1 stars 12 forks source link

id field usage #208

Closed spacemansteve closed 5 years ago

spacemansteve commented 5 years ago

The classic code populates the id field with the value of the "id" column in the Postgres records table. This value is sent to Solr where it is indexed. It is not populated when data is sent from the direct pipeline.

seasidesparrow commented 5 years ago

Since the record is not coming from the records table, should this be populated with anything?