From dff2921d31b38b4b0eded192555c19b41b35caec Mon Sep 17 00:00:00 2001 From: "Gode, Sebastian" Date: Tue, 13 Jun 2023 09:12:45 +0000 Subject: [PATCH] Add 'Update Search Index' --- Update-Search-Index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Update-Search-Index.md diff --git a/Update-Search-Index.md b/Update-Search-Index.md new file mode 100644 index 0000000..4cc7291 --- /dev/null +++ b/Update-Search-Index.md @@ -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 --password --delete-index +``` \ No newline at end of file