[Docs] fix consistency between examples

This commit is contained in:
David Pilato 2014-11-27 20:29:34 +01:00
parent 40f0e07db3
commit 43a1435d3b
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ It is possible to only return terms that match more than a configured number of
"aggs" : { "aggs" : {
"tags" : { "tags" : {
"terms" : { "terms" : {
"field" : "tag", "field" : "tags",
"min_doc_count": 10 "min_doc_count": 10
} }
} }