diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:18:50 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-02-22 13:18:50 -0800 |
commit | 2f344c2f86d6f4db07e99af29ba09c9ce37cb948 (patch) | |
tree | 1d0852ae29085b1a9655157b09ac364b0f06a38f /extra | |
parent | 0ecbdac18520f2cb0b171fa35fa6926266da3c55 (diff) | |
download | fatcat-2f344c2f86d6f4db07e99af29ba09c9ce37cb948.tar.gz fatcat-2f344c2f86d6f4db07e99af29ba09c9ce37cb948.zip |
include container_id in release ES schema
Diffstat (limited to 'extra')
-rw-r--r-- | extra/elasticsearch/release_schema.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json index 565c8137..23717691 100644 --- a/extra/elasticsearch/release_schema.json +++ b/extra/elasticsearch/release_schema.json @@ -48,6 +48,7 @@ "license": { "type": "keyword" }, "publisher": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" }, "container_name": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" }, + "container_id": { "type": "keyword" }, "container_issnl": { "type": "keyword" }, "container_type": { "type": "keyword" }, "contrib_count": { "type": "integer" }, |