Remove Comma in Example (#41873)
The comma is there in error as there are no other parameter after 'value'
This commit is contained in:
parent
45bbd7f7f1
commit
b77be89c9a
|
@ -27,7 +27,7 @@ than or equal to 25:
|
||||||
"ctx.payload.aggregations.top_tweeters.buckets" : { <1>
|
"ctx.payload.aggregations.top_tweeters.buckets" : { <1>
|
||||||
"path": "doc_count", <2>
|
"path": "doc_count", <2>
|
||||||
"gte": { <3>
|
"gte": { <3>
|
||||||
"value": 25, <4>
|
"value": 25 <4>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue