diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-11-29 18:13:57 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-11-29 18:13:57 +0100 |
commit | 18dce1bca52f3a839ee3cc0ff20755922ab41920 (patch) | |
tree | 1d122b4b73a0ff3cb969cd5a83d044761a8dae6e | |
parent | es5: added index deletion script (diff) |
es5: don't show hits for last update id query
-rw-r--r-- | src/es5/last-update.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/es5/last-update.json b/src/es5/last-update.json index 77146a3..4aaabb5 100644 --- a/src/es5/last-update.json +++ b/src/es5/last-update.json @@ -1,4 +1,6 @@ { + "from": 0, + "size": 0, "query": { "match": { "SourceHubUuid": "dd0c7f5c-82f0-4b95-8b5c-0559b2d976c3" } }, |