Merge pull request #1629 from metamx/fix-1584

Update post-aggregations.md
This commit is contained in:
Fangjin Yang 2015-08-14 11:07:47 -07:00
commit 958dd1a451
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ This returns the value produced by the specified [aggregator](../querying/aggreg
`fieldName` refers to the output name of the aggregator given in the [aggregations](../querying/aggregations.html) portion of the query.
```json
{ "type" : "fieldAccess", "fieldName" : <aggregator_name> }
{ "type" : "fieldAccess", "name": <output_name>, "fieldName" : <aggregator_name> }
```
### Constant post-aggregator