From 2b2bba8d59dec5c48dce7f4514b146b786a7bda1 Mon Sep 17 00:00:00 2001 From: "kete.yangkt" Date: Fri, 31 Jul 2015 13:59:58 +0800 Subject: [PATCH] fix realtime index task json description in doc --- docs/content/misc/tasks.md | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/content/misc/tasks.md b/docs/content/misc/tasks.md index ec8e06e52c7..beaa2ba6d36 100644 --- a/docs/content/misc/tasks.md +++ b/docs/content/misc/tasks.md @@ -200,33 +200,33 @@ The indexing service can also run real-time tasks. These tasks effectively trans ] } - }, - "metricsSpec": [ - { - "type": "count", - "name": "count" - }, - { - "type": "doubleSum", - "name": "added", - "fieldName": "added" - }, - { - "type": "doubleSum", - "name": "deleted", - "fieldName": "deleted" - }, - { - "type": "doubleSum", - "name": "delta", - "fieldName": "delta" - } - ], - "granularitySpec": { - "type": "uniform", - "segmentGranularity": "DAY", - "queryGranularity": "NONE" } + }, + "metricsSpec": [ + { + "type": "count", + "name": "count" + }, + { + "type": "doubleSum", + "name": "added", + "fieldName": "added" + }, + { + "type": "doubleSum", + "name": "deleted", + "fieldName": "deleted" + }, + { + "type": "doubleSum", + "name": "delta", + "fieldName": "delta" + } + ], + "granularitySpec": { + "type": "uniform", + "segmentGranularity": "DAY", + "queryGranularity": "NONE" } }, "ioConfig": {