From 3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 8 Feb 2022 14:35:56 -0800 Subject: container ES schema: more aliases --- extra/elasticsearch/container_schema.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extra') diff --git a/extra/elasticsearch/container_schema.json b/extra/elasticsearch/container_schema.json index d3351aab..8d933d83 100644 --- a/extra/elasticsearch/container_schema.json +++ b/extra/elasticsearch/container_schema.json @@ -94,6 +94,12 @@ "releases_count": { "type": "alias", "path": "releases_total" }, "oa": { "type": "alias", "path": "is_oa" }, "longtail": { "type": "alias", "path": "is_longtail_oa" }, + "lang": { "type": "alias", "path": "languages" }, + "country": { "type": "alias", "path": "country_code" }, + "mimetype": { "type": "alias", "path": "mimetypes" }, + "alias": { "type": "alias", "path": "aliases" }, + "dblp": { "type": "alias", "path": "dblp_prefix" }, + "count": { "type": "alias", "path": "releases_total" }, "tag": { "type": "alias", "path": "tags" } } } -- cgit v1.2.3