We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe90b2 commit 45b114aCopy full SHA for 45b114a
rest-api-spec/src/main/resources/rest-api-spec/test/search/110_field_collapsing.yml
@@ -7,7 +7,6 @@ setup:
7
test:
8
properties:
9
numeric_group: { type: integer }
10
-# group_alias: { type: alias, path: numeric_group }
11
12
- do:
13
index:
@@ -398,8 +397,16 @@ setup:
398
397
---
399
"field collapsing on a field alias":
400
- skip:
401
- version: " - 6.9.99"
402
- reason: Field aliases require non-BWC index setup / Field aliases were introduced in 6.4.0.
+ version: " - 6.3.99"
+ reason: Field aliases were introduced in 6.4.0.
+ - do:
403
+ indices.put_mapping:
404
+ index: test
405
+ type: test
406
+ body:
407
+ test:
408
+ properties:
409
+ group_alias: { type: alias, path: numeric_group }
410
411
search:
412
index: test
0 commit comments