aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/file_schema.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:36:16 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-17 16:36:16 -0800
commit09a1829a10caf9759762b41c36169c0b88cd5ed7 (patch)
tree2699be7def19c9f1bcde843b293d62101f6409cd /extra/elasticsearch/file_schema.json
parent1e0bf431fbd1ab00f27a305ff3492de8eac90ba6 (diff)
downloadfatcat-09a1829a10caf9759762b41c36169c0b88cd5ed7.tar.gz
fatcat-09a1829a10caf9759762b41c36169c0b88cd5ed7.zip
content_scope: include in file ES schema and transform
Diffstat (limited to 'extra/elasticsearch/file_schema.json')
-rw-r--r--extra/elasticsearch/file_schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/file_schema.json b/extra/elasticsearch/file_schema.json
index a8dbc6d0..34e2b0b3 100644
--- a/extra/elasticsearch/file_schema.json
+++ b/extra/elasticsearch/file_schema.json
@@ -37,6 +37,7 @@
"release_ids": { "type": "keyword", "normalizer": "default", "doc_values": false },
"release_count": { "type": "integer" },
"mimetype": { "type": "keyword", "normalizer": "default" },
+ "content_scope": { "type": "keyword", "normalizer": "default" },
"size_bytes": { "type": "integer" },
"sha1": { "type": "keyword", "normalizer": "default", "doc_values": false },
"sha256": { "type": "keyword", "normalizer": "default", "doc_values": false },