geobtaa / geoblacklight_admin

MIT License
3 stars 2 forks source link

Is it possible to sync changes made to solr directly? #25

Closed yalamber closed 9 months ago

yalamber commented 9 months ago

Hello, We have added some data to solr directly, Is it possible to sync those documents in the geoblacklight admin? Right now we see Database is missing document error on those records.

ewlarson commented 9 months ago

Hi! I'm sorry for any confusion, but you need your data to flow from the database and into Solr. The database records are your canonical data and Solr is just an index for discovery.

If you run any CSV Export from GBL Admin, that file will show you the CSV headers you'll need to import data into the database. Hopefully you can convert your Solr docs into a CSV file with similar headers for import into the database.