aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-29 23:23:39 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-29 23:23:39 -0800
commitbf718fd076476c1a54e80ca88cd02ede606ab6f3 (patch)
tree5d4e5e14fc77ba344e7c4cd02c149939211b942e /extra/elasticsearch
parentd5d83762063b8ec7f512c20567f46c03f2e6b542 (diff)
downloadfatcat-bf718fd076476c1a54e80ca88cd02ede606ab6f3.tar.gz
fatcat-bf718fd076476c1a54e80ca88cd02ede606ab6f3.zip
add country to v03b release schema
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/release_schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json
index 98a1c28e..2b67c5f5 100644
--- a/extra/elasticsearch/release_schema.json
+++ b/extra/elasticsearch/release_schema.json
@@ -40,6 +40,7 @@
"release_stage": { "type": "keyword" },
"withdrawn_status": { "type": "keyword", "copy_to": "biblio" },
"language": { "type": "keyword" },
+ "country": { "type": "keyword" },
"volume": { "type": "keyword", "copy_to": "biblio" },
"issue": { "type": "keyword", "copy_to": "biblio" },
"pages": { "type": "keyword", "copy_to": "biblio" },