File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 3131---
3232" Test numeric terms agg with doc_count " :
3333 - skip :
34- version : " - 7.99.99"
35- reason : " Doc count fields are only implemented in 8.0"
36-
34+ version : " - 7.10.99"
35+ reason : " doc_count field has been added in 7.11"
3736 - do :
3837 search :
3938 rest_total_hits_as_int : true
5251---
5352" Test keyword terms agg with doc_count " :
5453 - skip :
55- version : " - 7.99 .99"
56- reason : " Doc count fields are only implemented in 8.0 "
54+ version : " - 7.10 .99"
55+ reason : " doc_count field has been added in 7.11 "
5756 - do :
5857 search :
5958 rest_total_hits_as_int : true
7271
7372" Test unmapped string terms agg with doc_count " :
7473 - skip :
75- version : " - 7.99 .99"
76- reason : " Doc count fields are only implemented in 8.0 "
74+ version : " - 7.10 .99"
75+ reason : " doc_count field has been added in 7.11 "
7776 - do :
7877 bulk :
7978 index : test_2
9796---
9897" Test composite str_terms agg with doc_count " :
9998 - skip :
100- version : " - 7.99 .99"
101- reason : " Doc count fields are only implemented in 8.0 "
99+ version : " - 7.10 .99"
100+ reason : " doc_count field has been added in 7.11 "
102101 - do :
103102 search :
104103 rest_total_hits_as_int : true
@@ -124,8 +123,8 @@ setup:
124123---
125124" Test composite num_terms agg with doc_count " :
126125 - skip :
127- version : " - 7.99 .99"
128- reason : " Doc count fields are only implemented in 8.0 "
126+ version : " - 7.10 .99"
127+ reason : " doc_count field has been added in 7.11 "
129128 - do :
130129 search :
131130 rest_total_hits_as_int : true
You can’t perform that action at this time.
0 commit comments