Remove a trailing comma from an example data of JSON

This commit is contained in:
Shintaro Kaneko 2015-11-28 16:41:16 +00:00
parent c7112bd866
commit d7baeb1e7b
1 changed files with 1 additions and 1 deletions

View File

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