diff options
author | bnewbold <bnewbold@archive.org> | 2021-04-07 05:47:06 +0000 |
---|---|---|
committer | bnewbold <bnewbold@archive.org> | 2021-04-07 05:47:06 +0000 |
commit | 0b9fc884dad8e3147d10c273725157ba60f48069 (patch) | |
tree | 8090fcf43dfef8b2f46fc6a2161c46257e22ff2b /extra/elasticsearch/file_schema.json | |
parent | c0b145978280d53207aa714aab67cb582d9399ad (diff) | |
parent | c23f050426c1422e84019fe60d4d67865b962f31 (diff) | |
download | fatcat-0b9fc884dad8e3147d10c273725157ba60f48069.tar.gz fatcat-0b9fc884dad8e3147d10c273725157ba60f48069.zip |
Merge branch 'bnewbold-es7' into 'master'
elasticsearch 7.x support
See merge request webgroup/fatcat!100
Diffstat (limited to 'extra/elasticsearch/file_schema.json')
-rw-r--r-- | extra/elasticsearch/file_schema.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/elasticsearch/file_schema.json b/extra/elasticsearch/file_schema.json index 0fa25c3a..4635e469 100644 --- a/extra/elasticsearch/file_schema.json +++ b/extra/elasticsearch/file_schema.json @@ -1,6 +1,8 @@ { "settings": { "index": { + "number_of_shards": 6, + "number_of_replicas": 0, "analysis": { "analyzer": { "default": { @@ -25,7 +27,7 @@ } }, "mappings": { - "file": { + "_doc": { "properties": { "ident": { "type": "keyword", "normalizer": "default", "doc_values": false }, "state": { "type": "keyword", "normalizer": "default" }, |