diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-12-01 22:37:39 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-12-01 22:37:39 +0100 |
commit | 5c15a6df457086f6d53a19b52abff54568a42143 (patch) | |
tree | 280828d78d16bcc1dd21073f6149251085135855 | |
parent | es5: better search_type for aggregations (diff) |
es5: return all buckets
-rw-r--r-- | src/es5/es-query.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/es5/es-query.json b/src/es5/es-query.json index 5bec12f..a1c2f35 100644 --- a/src/es5/es-query.json +++ b/src/es5/es-query.json @@ -3,7 +3,9 @@ { "by_hostname": { - "terms": { "script": "[ doc['hostname'].value, doc['streamer-id.content-id'].value, doc['streamer-id.format'].value, doc['streamer-id.quality'].value ].join('/') " } + "terms": { "script": "[ doc['hostname'].value, doc['streamer-id.content-id'].value, doc['streamer-id.format'].value, doc['streamer-id.quality'].value ].join('/') ", + "size": 0 + } }, "the_total_time": { |