[DOCS] Fixed json example in nested-aggregation.asciidoc

This commit is contained in:
Chris 2014-06-10 12:40:42 +02:00 committed by Luca Cavanna
parent 1cbeaf6c45
commit 011e20678d

View File

@ -34,7 +34,7 @@ The following aggregations will return the minimum price products can be purchas
{
"query" : {
"match" : { "name" : "led tv" }
}
},
"aggs" : {
"resellers" : {
"nested" : {