Skip to content

Commit

Permalink
Merge pull request apache#1583 from KurtYoung/master
Browse files Browse the repository at this point in the history
fix realtime index task json description in doc
  • Loading branch information
fjy committed Aug 1, 2015
2 parents 5790367 + 2b2bba8 commit 5478b5b
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 5478b5b

Please sign in to comment.