diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-02-26 20:25:27 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-04-06 21:58:49 -0700 |
commit | d36b38fc567bbba4ac84713042e9558afd4981b3 (patch) | |
tree | 913dd67c748192fefc21e4b318c193bac4387f2c /extra/elasticsearch/fatcat_ref.json | |
parent | c23f050426c1422e84019fe60d4d67865b962f31 (diff) | |
download | fatcat-d36b38fc567bbba4ac84713042e9558afd4981b3.tar.gz fatcat-d36b38fc567bbba4ac84713042e9558afd4981b3.zip |
ES schemas: add doc_index_ts to all mappings
Diffstat (limited to 'extra/elasticsearch/fatcat_ref.json')
-rw-r--r-- | extra/elasticsearch/fatcat_ref.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/elasticsearch/fatcat_ref.json b/extra/elasticsearch/fatcat_ref.json index b82ce93b..32c7a3cd 100644 --- a/extra/elasticsearch/fatcat_ref.json +++ b/extra/elasticsearch/fatcat_ref.json @@ -100,6 +100,11 @@ "target_csl": { "type": "object", "enabled": false + }, + + "doc_index_ts": { + "type": "alias", + "path": "indexed_ts" } } } |