Update bucket-sort-aggregation.asciidoc (#28937)

Added two trailing braces that were missing within the first example.
This commit is contained in:
Craig van Tonder 2018-03-08 16:05:05 +02:00 committed by Christoph Büscher
parent b42804d182
commit 95a13ea01c
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ A `bucket_sort` aggregation looks like this in isolation:
{
"bucket_sort": {
"sort": [
{"sort_field_1": {"order": "asc"},<1>
{"sort_field_2": {"order": "desc"},
{"sort_field_1": {"order": "asc"}},<1>
{"sort_field_2": {"order": "desc"}},
"sort_field_3"
],
"from": 1,