From 6159b342e03a37352b8c1fb65edfb89bd5dfd58e Mon Sep 17 00:00:00 2001 From: Krystle Salazar Date: Thu, 13 Jul 2023 14:24:25 -0400 Subject: [PATCH] Change default source_index --- ...30-implementation_plan_staging_elasticsearch_reindex_dags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/projects/proposals/search_relevancy_sandbox/20230530-implementation_plan_staging_elasticsearch_reindex_dags.md b/documentation/projects/proposals/search_relevancy_sandbox/20230530-implementation_plan_staging_elasticsearch_reindex_dags.md index 09308d50a65..e7a7d21ca1e 100644 --- a/documentation/projects/proposals/search_relevancy_sandbox/20230530-implementation_plan_staging_elasticsearch_reindex_dags.md +++ b/documentation/projects/proposals/search_relevancy_sandbox/20230530-implementation_plan_staging_elasticsearch_reindex_dags.md @@ -131,7 +131,7 @@ Reindex][es_reindex_api] API. 1. `source_index`: (Optional) The existing index on Elasticsearch to use as the basis for the new index. If not provided, the index aliased to - `-full` will be used. + `-filtered` will be used. 2. `percentage_of_prod`: A float indicating the proportion of items to take from each provider from the total amount existing in production. E.g. `0.25` for a quarter of the production documents.