summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/es5/es-query.json4
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":
{