summaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/container_schema.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-10-12 20:02:16 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-10-13 16:21:30 -0700
commitaeedc23706cd66ae2e753a0ad5603a66049e757c (patch)
tree46a344b4e4f942a884f5d5757e1a9e7e4deb4039 /extra/elasticsearch/container_schema.json
parent647a2bce5ea4f87892ce5f025e9d10115734cf6f (diff)
downloadfatcat-aeedc23706cd66ae2e753a0ad5603a66049e757c.tar.gz
fatcat-aeedc23706cd66ae2e753a0ad5603a66049e757c.zip
elasticsearch schema changes
Diffstat (limited to 'extra/elasticsearch/container_schema.json')
-rw-r--r--extra/elasticsearch/container_schema.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/extra/elasticsearch/container_schema.json b/extra/elasticsearch/container_schema.json
index 9673e9e3..05aa0b35 100644
--- a/extra/elasticsearch/container_schema.json
+++ b/extra/elasticsearch/container_schema.json
@@ -52,6 +52,7 @@
"aliases": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch", "copy_to": "biblio" },
"publisher_type": { "type": "keyword", "normalizer": "default" },
"container_type": { "type": "keyword", "normalizer": "default" },
+ "publication_status": { "type": "keyword", "normalizer": "default" },
"issnl": { "type": "keyword", "normalizer": "default" },
"issns": { "type": "keyword", "normalizer": "default" },
"wikidata_qid": { "type": "keyword", "normalizer": "default" },
@@ -82,6 +83,7 @@
"preservation_dark": { "type": "integer" },
"preservation_shadows_only":{ "type": "integer" },
"preservation_none": { "type": "integer" },
+ "tags": { "type": "keyword", "normalizer": "default" },
"year": { "type": "alias", "path": "first_year" },
"type": { "type": "alias", "path": "container_type" },
@@ -89,7 +91,8 @@
"release_count": { "type": "alias", "path": "releases_total" },
"releases_count": { "type": "alias", "path": "releases_total" },
"oa": { "type": "alias", "path": "is_oa" },
- "longtail": { "type": "alias", "path": "is_longtail_oa" }
+ "longtail": { "type": "alias", "path": "is_longtail_oa" },
+ "tag": { "type": "alias", "path": "tags" }
}
}
}