You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a restore of the database, the index must be rebuilt (reindex is not enough as the mapping in ES is not correctly guessed).
The aim of this issue is to add, in platform administration page, a button to drop old index and create a new one.
This must be done only if the index on Elasticsearch/Lucene has been removed.
The related API is POST /api/v1/admin/index/global/rebuild
The text was updated successfully, but these errors were encountered:
Request Type
Enhancement
Feature Description
After a restore of the database, the index must be rebuilt (reindex is not enough as the mapping in ES is not correctly guessed).
The aim of this issue is to add, in platform administration page, a button to drop old index and create a new one.
This must be done only if the index on Elasticsearch/Lucene has been removed.
The related API is
POST /api/v1/admin/index/global/rebuild
The text was updated successfully, but these errors were encountered: