aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/file_schema.json
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-02-26 20:25:27 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-04-06 21:58:49 -0700
commitd36b38fc567bbba4ac84713042e9558afd4981b3 (patch)
tree913dd67c748192fefc21e4b318c193bac4387f2c /extra/elasticsearch/file_schema.json
parentc23f050426c1422e84019fe60d4d67865b962f31 (diff)
downloadfatcat-d36b38fc567bbba4ac84713042e9558afd4981b3.tar.gz
fatcat-d36b38fc567bbba4ac84713042e9558afd4981b3.zip
ES schemas: add doc_index_ts to all mappings
Diffstat (limited to 'extra/elasticsearch/file_schema.json')
-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 4635e469..a8dbc6d0 100644
--- a/extra/elasticsearch/file_schema.json
+++ b/extra/elasticsearch/file_schema.json
@@ -29,6 +29,7 @@
"mappings": {
"_doc": {
"properties": {
+ "doc_index_ts": { "type": "date" },
"ident": { "type": "keyword", "normalizer": "default", "doc_values": false },
"state": { "type": "keyword", "normalizer": "default" },
"revision": { "type": "keyword", "normalizer": "default", "doc_values": false },