Change key to keyed
This commit is contained in:
parent
00fcf4d560
commit
233aaa63c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue