File tree 1 file changed +10
-11
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/search.aggregation
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 31
31
---
32
32
" Test numeric terms agg with doc_count " :
33
33
- 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"
37
36
- do :
38
37
search :
39
38
rest_total_hits_as_int : true
52
51
---
53
52
" Test keyword terms agg with doc_count " :
54
53
- 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 "
57
56
- do :
58
57
search :
59
58
rest_total_hits_as_int : true
72
71
73
72
" Test unmapped string terms agg with doc_count " :
74
73
- 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 "
77
76
- do :
78
77
bulk :
79
78
index : test_2
97
96
---
98
97
" Test composite str_terms agg with doc_count " :
99
98
- 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 "
102
101
- do :
103
102
search :
104
103
rest_total_hits_as_int : true
@@ -124,8 +123,8 @@ setup:
124
123
---
125
124
" Test composite num_terms agg with doc_count " :
126
125
- 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 "
129
128
- do :
130
129
search :
131
130
rest_total_hits_as_int : true
You can’t perform that action at this time.
0 commit comments