Add 'Update Search Index'

2023-06-13 09:12:45 +00:00
parent 913e647497
commit dff2921d31

7
Update-Search-Index.md Normal file

@ -0,0 +1,7 @@
To update the search index use the tool `index_metadata`.
Set the correct authentication variables.
```
python tools/index_metadata.py --hosts opensearch.eco.tsi-dev.otc-service.com:443 --target-environment public --index search_index_de --username <username> --password <password> --delete-index
```