-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
There is a problem with Solr re-indexing (Admin portal > Metadata Service >Index). It works with stop-gap metadatas but in the case where GISCs metadata has been harvested previously and only one metadata contains an error, in the bandbox for example, the re-indexing crashes and the whole metadatas are not accessible anymore.
The only solution I found to be able to have the metadata available again by making new harvestings is to delete the tables concerning the metadata in the database.
- Stop Solr
- Connect to the Database and :
OpenWIS=# delete FROM metadata where istemplate = 'n' ;
OpenWIS=# delete FROM openwis_pattern_metadata_mapping ;
OpenWIS=# delete FROM openwis_product_metadata ; - Restart Solr and the admin portal .