From 0c7a2ace5d7c5b357dd4afa708a07e3fa85849fd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 27 Jul 2020 15:53:51 -0700 Subject: schema: 12 shards, 0 replicas, more compression --- schema/scholar_fulltext.v01.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'schema') diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 504ba06..e382fe6 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -1,6 +1,9 @@ { "settings": { "index": { + "number_of_shards": 12, + "number_of_replicas": 0, + "codec": "best_compression", "analysis": { "analyzer": { "default": { -- cgit v1.2.3