aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-01-30 00:20:34 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-01-30 00:20:34 -0800
commit59912583926077260d99a9bf77a938c2215eb6c8 (patch)
tree8dc9691d43e40d9c188448fd8b683f6c252d2d05 /extra/elasticsearch
parent4cbee44529dd967c966ed3f2cc2bb80176be4e43 (diff)
downloadfatcat-59912583926077260d99a9bf77a938c2215eb6c8.tar.gz
fatcat-59912583926077260d99a9bf77a938c2215eb6c8.zip
tweak file ES archive.org domain tracking
Diffstat (limited to 'extra/elasticsearch')
-rw-r--r--extra/elasticsearch/file_schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/file_schema.json b/extra/elasticsearch/file_schema.json
index 2a7e5be0..a0ac3346 100644
--- a/extra/elasticsearch/file_schema.json
+++ b/extra/elasticsearch/file_schema.json
@@ -31,6 +31,7 @@
"hosts": { "type": "keyword" },
"rels": { "type": "keyword" },
"in_ia": { "type": "boolean" },
+ "in_ia_petabox": { "type": "boolean" },
"release_id": { "type": "alias", "path": "release_ids" },
"sha1hex": { "type": "alias", "path": "sha1" },