From 26b0d7219d11a84e57801e1ce0dc243a697b1058 Mon Sep 17 00:00:00 2001 From: Giambattista Bloisi Date: Thu, 11 Apr 2024 16:48:28 +0200 Subject: [PATCH] initial stage --- airflow/dags/EOSC_indexes.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/airflow/dags/EOSC_indexes.py b/airflow/dags/EOSC_indexes.py index fd1c734..850584c 100644 --- a/airflow/dags/EOSC_indexes.py +++ b/airflow/dags/EOSC_indexes.py @@ -681,12 +681,6 @@ mappings['products'] = { # mappings['services'] = { "properties": { - ### SYNTHETIC FIELDS - "keyword": { - "path": "tags", - "type": "alias" - }, - ### ORIGINAL FIELDS "accessRestriction": { "type": "keyword" }, @@ -772,6 +766,10 @@ mappings['services'] = { "tags": { "type": "keyword" }, + "keyword": { + "path": "tags", + "type": "alias" + }, "targetUsers": { "type": "keyword" },