Skip to content

Commit

Permalink
Docs: Fix sample query
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 authored and clintongormley committed Jan 29, 2015
1 parent fd0dad3 commit 713069e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ PATH := <AGG_NAME>[<AGG_SEPARATOR><AGG_NAME>]*[<METRIC_SEPARATOR
},
"aggs" : {
"females" : {
"filter" : { "term" : { "gender" : { "female" }}},
"filter" : { "term" : { "gender" : "female" }},
"aggs" : {
"height_stats" : { "stats" : { "field" : "height" }}
}
Expand Down

0 comments on commit 713069e

Please sign in to comment.