Skip to content

Commit

Permalink
feat: create reindex guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
samithiwat committed Oct 31, 2023
1 parent 6fa42fa commit 122cbdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/opensearch-cli/docs/reindex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Reindex Guideline

1. Create new index (destination index) by using command `go run ./cli/app.go index create --index-name=<new index name> --file-name=<file path>`
2. Run reindex command `go run ./cli/app.go index reindex --index-name=<old index name> --dest=<new index name>`
3. Delete the old one `go run ./cli/app.go index delete --index-name=<old index name>`

0 comments on commit 122cbdb

Please sign in to comment.