Change key to keyed

This commit is contained in:
Rashid Khan 2014-05-12 13:15:07 -07:00
parent 00fcf4d560
commit 233aaa63c9
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ Response:
==== Keyed Response
Setting the `key` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array:
Setting the `keyed` flag to `true` will associate a unique string key with each bucket and return the ranges as a hash rather than an array:
[source,js]
--------------------------------------------------
@ -272,4 +272,4 @@ If a sub aggregation is also based on the same value source as the range aggrega
}
--------------------------------------------------
<1> We don't need to specify the `price` as we "inherit" it by default from the parent `range` aggregation
<1> We don't need to specify the `price` as we "inherit" it by default from the parent `range` aggregation