fix realtime index task json description in doc

This commit is contained in:
kete.yangkt 2015-07-31 13:59:58 +08:00
parent 335d0df401
commit 2b2bba8d59
1 changed files with 26 additions and 26 deletions

View File

@ -200,6 +200,7 @@ The indexing service can also run real-time tasks. These tasks effectively trans
] ]
} }
}
}, },
"metricsSpec": [ "metricsSpec": [
{ {
@ -227,7 +228,6 @@ The indexing service can also run real-time tasks. These tasks effectively trans
"segmentGranularity": "DAY", "segmentGranularity": "DAY",
"queryGranularity": "NONE" "queryGranularity": "NONE"
} }
}
}, },
"ioConfig": { "ioConfig": {
"type": "realtime", "type": "realtime",