diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 20:21:17 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-20 20:22:25 -0700 |
commit | 038395d5975b8dd0c790bf35cb020d1cd4e6cb46 (patch) | |
tree | e214776e5d3440ac41759459e92ca7014812ea9f /extra/elasticsearch | |
parent | 5f23ec1956eb5a53848c480a2f8399ac2f3f30ff (diff) | |
download | fatcat-038395d5975b8dd0c790bf35cb020d1cd4e6cb46.tar.gz fatcat-038395d5975b8dd0c790bf35cb020d1cd4e6cb46.zip |
include creator_ids in release elastic schema
Intent is to allow fast creator search/lookup
Diffstat (limited to 'extra/elasticsearch')
-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 ef195e1b..63aab55c 100644 --- a/extra/elasticsearch/release_schema.json +++ b/extra/elasticsearch/release_schema.json @@ -57,6 +57,7 @@ "container_type": { "type": "keyword" }, "contrib_count": { "type": "integer" }, "contrib_names": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" }, + "creator_ids": { "type": "keyword" }, "ref_count": { "type": "integer" }, "file_count": { "type": "integer" }, "fileset_count": { "type": "integer" }, |