diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-08 14:35:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-02-09 17:35:50 -0800 |
commit | 3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0 (patch) | |
tree | 56b0083b2fd20130dfd29b0fe032e830496c4c0c /extra | |
parent | 6244c06abf8488fff87b30cb0a8433592f1f5d24 (diff) | |
download | fatcat-3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0.tar.gz fatcat-3e67a62ea11a9f8cd8c9f21e1019150d9ecca3b0.zip |
container ES schema: more aliases
Diffstat (limited to 'extra')
-rw-r--r-- | extra/elasticsearch/container_schema.json | 6 |
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" } } } |