diff options
-rw-r--r-- | schema/scholar_fulltext.v01.json | 3 |
1 files changed, 3 insertions, 0 deletions
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": { |