From 59f931647a2b4a13be20ba8f2baa4ec93e334ee5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 30 Aug 2016 08:05:00 +0200 Subject: Add support for modification date queries: "before:", "after:" and "date:" Resolves: #4 --- data/elasticsearch-mapping.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/elasticsearch-mapping.json b/data/elasticsearch-mapping.json index d1e83ec..617c69f 100644 --- a/data/elasticsearch-mapping.json +++ b/data/elasticsearch-mapping.json @@ -76,6 +76,12 @@ "tags": { "type": "string", "boost": 1.5 + }, + "crdate": { + "type": "date" + }, + "modate": { + "type": "date" } } } -- cgit v1.2.3