diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 15:53:51 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-07-27 15:53:51 -0700 |
commit | 0c7a2ace5d7c5b357dd4afa708a07e3fa85849fd (patch) | |
tree | fde6804e89002623f7a6bb210d6bc65e75338069 /schema | |
parent | 9a5df32b25aeaa8602d85e5d5951368d53cde3e5 (diff) | |
download | fatcat-scholar-0c7a2ace5d7c5b357dd4afa708a07e3fa85849fd.tar.gz fatcat-scholar-0c7a2ace5d7c5b357dd4afa708a07e3fa85849fd.zip |
schema: 12 shards, 0 replicas, more compression
Diffstat (limited to 'schema')
-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": { |