Skip to content

Commit

Permalink
fix realtime index task json description in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kete.yangkt committed Jul 31, 2015
1 parent 335d0df commit 2b2bba8
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions docs/content/misc/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,33 +200,33 @@ The indexing service can also run real-time tasks. These tasks effectively trans

]
}
}
},
"metricsSpec": [
{
"type": "count",
"name": "count"
},
"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"
{
"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": {
Expand Down

0 comments on commit 2b2bba8

Please sign in to comment.