geobtaa / geoblacklight_admin

MIT License
4 stars 2 forks source link

Solr Indexing - Need a better way to trap indexing errors #35

Open ewlarson opened 1 year ago

ewlarson commented 1 year ago

Kithe/Traject have a default 'solr_writer.max_skipped' => -1, setting, which allows the a bulk reindexing process to complete despite any errors Solr tosses during the reindex.

We really need a way to trap/capture which documents are in PG, but cannot index into Solr (esp. for invalid polygon issues).