From f5f6269bf711e6ce5847f2f68419d41d1f76d057 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Mon, 17 Oct 2016 16:20:12 -0400 Subject: [PATCH] Remove basic Elasticsearch settings These now live in pelias/config as of https://github.com/pelias/config/pull/36.o Connects https://github.com/pelias/schema/issues/178 --- settings.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/settings.js b/settings.js index 4abccbd4..d75a5785 100644 --- a/settings.js +++ b/settings.js @@ -285,13 +285,6 @@ function generate(){ "mode": "compose" } } - }, - "index": { - "number_of_replicas": "0", - "number_of_shards": "1", - - // A safe default can be 65% of the number of bounded cores (bounded at 32), with a minimum of 8 (which is the default in Lucene). - "index_concurrency": "10" } };