Skip to content

3.16 - Rebuild Issue #413

@yvesgoupil

Description

@yvesgoupil

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 .

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions