[Docs] fix consistency between examples
This commit is contained in:
parent
40f0e07db3
commit
43a1435d3b
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue