There was an error while loading. Please reload this page.
1 parent 4f2abf8 commit 6afe28aCopy full SHA for 6afe28a
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/search/120_batch_reduce_size.yml
@@ -48,6 +48,7 @@ setup:
48
batched_reduce_size: 2
49
body: { "size" : 0, "aggs" : { "str_terms" : { "terms" : { "field" : "str" } } } }
50
51
+ - gte: { num_reduce_phases: 1 }
52
- match: { hits.total: 3 }
53
- length: { aggregations.str_terms.buckets: 2 }
54
- match: { aggregations.str_terms.buckets.0.key: "abc" }
0 commit comments