From f44e6f35bd976d8ed190022dd005fd3419a7602e Mon Sep 17 00:00:00 2001
From: FORESTIER Fabien <fabien.forestier@soprasteria.com>
Date: Fri, 1 Jun 2018 09:09:11 +0200
Subject: [PATCH] Using *.full.v3 index

---
 webapp/src/environments/environment.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webapp/src/environments/environment.ts b/webapp/src/environments/environment.ts
index 3e8e96ee..5fdd0d5e 100644
--- a/webapp/src/environments/environment.ts
+++ b/webapp/src/environments/environment.ts
@@ -7,7 +7,7 @@ export const environment = {
   production: false,
 
   elasticsearchUrl: {
-    full: 'http://localhost:8081/elasticsearch/*.full.v2',
+    full: 'http://localhost:8081/elasticsearch/*.full.v3',
     meta: 'http://localhost:8081/elasticsearch/*.meta'
   },
 
-- 
GitLab