Merge pull request #15085 from kaneshin/docs/modify/post_filter

Remove a trailing comma from an example data of JSON
This commit is contained in:
Clinton Gormley 2015-11-30 08:05:10 +01:00
commit 1685126bb6

View File

@ -78,7 +78,7 @@ curl -XGET localhost:9200/shirts/_search -d '
},
"aggs": {
"colors": {
"terms": { "field": "color" }, <2>
"terms": { "field": "color" } <2>
},
"color_red": {
"filter": {