From 8af03159fd8a8ac2f417711cc1f7174878279c77 Mon Sep 17 00:00:00 2001
From: Damien DESPRES <ext.neogeo.ddespres@grandlyon.com>
Date: Tue, 14 Dec 2021 13:25:49 +0000
Subject: [PATCH] migration es7

---
 lib/elasticsearch_template.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/elasticsearch_template.py b/lib/elasticsearch_template.py
index ecb67fb..564f16f 100644
--- a/lib/elasticsearch_template.py
+++ b/lib/elasticsearch_template.py
@@ -101,7 +101,7 @@ template = {
         }
     },
     "mappings" : {
-        "_doc" : {
+     #   "_doc" : {
             "dynamic_templates": [ # priority is given by order!
                 {
                     "geoshape-template" : {
@@ -293,6 +293,6 @@ template = {
                     }
                 }
             ]
-        }
+     #   }
     }
 }
-- 
GitLab