adsabs / ADSImportPipeline

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

send series data to master #213

Closed spacemansteve closed 5 years ago

spacemansteve commented 5 years ago

I expected adding a new field to the SCHEMA in solr_adapter.py would suffice. However, my new value is being stripped out by the schema enforcer. Do I need to change the enforcer to support the new field or should it be recognizing the change in the ADS_record object?

romanchyla commented 5 years ago

it should be recognizing the field, are you sure the ADS_record has the data?

golnazads commented 5 years ago

don't we need to have series added here https://github.com/adsabs/ADSImportPipeline/blob/master/aip/classic/enforce_schema.py#L221