From dc0b9b2f76da1e979d3d96e3acf76348ad5e7ab7 Mon Sep 17 00:00:00 2001 From: Harsh Verma Date: Mon, 27 Oct 2025 02:32:25 -0700 Subject: [PATCH] fix(docs): Fix upgrade restore docs (#15103) Co-authored-by: Harsh Verma --- docs/how/restore-indices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how/restore-indices.md b/docs/how/restore-indices.md index 63b8ef78c7..5a3e40e926 100644 --- a/docs/how/restore-indices.md +++ b/docs/how/restore-indices.md @@ -52,10 +52,10 @@ When running the `RestoreIndices` job, you can pass additional arguments to cust ### 🧱 Other Options -| Argument | Description | -| ---------------------- | ----------------------------------------------------------------------------------------------------------- | -| `createDefaultAspects` | Whether to create default aspects in SQL & index if missing. **Disable** this if using a read-only replica. | -| `clean` | **Deletes existing index documents before restoring.** Use with caution. | +| Argument | Description | +| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `createDefaultAspects` | Whether to create default aspects in SQL & index if missing. **Disable** this if using a read-only replica. | +| `clean` | **Deletes existing index documents before restoring.** Use with caution. Note, it will clean the entire index before running the reindex step, thus ignoring any filters based on urn and aspect for reindex. | ---