From d907576406d3611a21405f7f13b1bebd9fcfa7ee Mon Sep 17 00:00:00 2001 From: simon987 Date: Thu, 25 May 2023 19:56:46 -0400 Subject: [PATCH] Update ES mapping for mtime #364 --- schema/mappings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/mappings.json b/schema/mappings.json index 9c873fb..9cf5ac3 100644 --- a/schema/mappings.json +++ b/schema/mappings.json @@ -68,7 +68,7 @@ }, "mtime": { "type": "date", - "format": "epoch_millis" + "format": "epoch_second" }, "size": { "type": "long"