From 28b39a0781eea042b37cd06ce7b2f601c75e5438 Mon Sep 17 00:00:00 2001 From: one0-choi Date: Wed, 23 Sep 2020 16:09:43 +0900 Subject: [PATCH] Update elasticsearch mapping Signed-off-by: one0-choi --- amundsen_common/models/index_map.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/amundsen_common/models/index_map.py b/amundsen_common/models/index_map.py index e7c9ae5..680d1bd 100644 --- a/amundsen_common/models/index_map.py +++ b/amundsen_common/models/index_map.py @@ -65,7 +65,13 @@ "type": "keyword" }, "cluster": { - "type": "text" + "type": "text", + "analyzer": "simple", + "fields": { + "raw": { + "type": "keyword" + } + } }, "database": { "type": "text",