From 5df190cad8e04137509d9b124ed1fff4ad3045f7 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 --- ...implementation_plan_staging_elasticsearch_reindex_dags.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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..56b1511bc3b 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 @@ -122,7 +122,8 @@ create the index. This DAG is intended to be used most likely with the index resulting from the previous DAG or from the data refresh process, that is, an index with the database fully indexed, as the `source_index` for the [ES -Reindex][es_reindex_api] API. +Reindex][es_reindex_api] API, although the default is set to the filtered +version for maintainers safety. [es_reindex_api]: https://www.elastic.co/guide/en/elasticsearch/reference/7.12/docs-reindex.html @@ -131,7 +132,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.