Merge pull request #1911 from himanshug/fix_topn_doc

since topN is descending by default, inversion makes it ascending
This commit is contained in:
Gian Merlino 2015-11-04 09:38:49 -08:00
commit af12c44880
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ The algorithm is based on [https://github.com/amjjd/java-alphanum](https://githu
## Inverted TopNMetricSpec
Sort dimension values in inverted order, i.e inverts the order of the delegate metric spec. It can be used to sort the values in descending order.
Sort dimension values in inverted order, i.e inverts the order of the delegate metric spec. It can be used to sort the values in ascending order.
```json
"metric": {