summaryrefslogtreecommitdiff
path: root/src/es5
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-05-10 23:13:11 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-05-10 23:15:47 +0200
commitb53f49f8cbd3b7666c9267f0e2d88fce28ae6c1a (patch)
tree5da51d292af7c5ad16a7198552f785f8cdf872f6 /src/es5
parentand one more variable refactoring (diff)
new protocol version with streamlined names for variables
Diffstat (limited to 'src/es5')
-rw-r--r--src/es5/es-query.json2
-rw-r--r--src/es5/sfive-init.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/es5/es-query.json b/src/es5/es-query.json
index b51f3f7..226a379 100644
--- a/src/es5/es-query.json
+++ b/src/es5/es-query.json
@@ -17,7 +17,7 @@
"aggregations": {
"by_source": {
"terms": {
- "script": "[ doc['hostname'].value, doc['streamer-id.content-id'].value, doc['streamer-id.format'].value, doc['streamer-id.quality'].value ].join('/') ",
+ "script": "[ doc['hostname'].value, doc['stream.content'].value, doc['stream.format'].value, doc['stream.quality'].value ].join('/') ",
"size": 0
},
"aggregations": {
diff --git a/src/es5/sfive-init.json b/src/es5/sfive-init.json
index bc89227..cf2a980 100644
--- a/src/es5/sfive-init.json
+++ b/src/es5/sfive-init.json
@@ -50,9 +50,9 @@
"type" : "date",
"format" : "dateOptionalTime"
},
- "streamer-id" : {
+ "stream" : {
"properties" : {
- "content-id" : {
+ "content" : {
"type" : "string",
"index" : "not_analyzed"
},