aboutsummaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2022-02-08 14:35:56 -0800
committerBryan Newbold <bnewbold@robocracy.org>2022-02-09 17:35:50 -0800
commit3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0 (patch)
tree56b0083b2fd20130dfd29b0fe032e830496c4c0c /extra
parent6244c06abf8488fff87b30cb0a8433592f1f5d24 (diff)
downloadfatcat-3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0.tar.gz
fatcat-3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0.zip
container ES schema: more aliases
Diffstat (limited to 'extra')
-rw-r--r--extra/elasticsearch/container_schema.json6
1 files changed, 6 insertions, 0 deletions
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" }
}
}