Remove `mapping.single_type` from parent join test (#25391)
This removes the remaining usage of `mapping.single_type` from the parent join module and moves it's bwc test to the mixed cluster tests Relates to #24961 Relates to #20257
This commit is contained in:
parent
2a4fb950df
commit
d338a09812
|
@ -3,8 +3,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
mapping.single_type: true
|
||||
mappings:
|
||||
doc:
|
||||
properties:
|
||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
mapping.single_type: true
|
||||
mappings:
|
||||
doc:
|
||||
properties:
|
||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
mapping.single_type: false
|
||||
mappings:
|
||||
type_2: {}
|
||||
type_3:
|
Loading…
Reference in New Issue