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:
Simon Willnauer 2017-06-26 17:33:07 +02:00 committed by GitHub
parent 2a4fb950df
commit d338a09812
3 changed files with 0 additions and 6 deletions

View File

@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: true
mappings:
doc:
properties:

View File

@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: true
mappings:
doc:
properties:

View File

@ -3,8 +3,6 @@ setup:
indices.create:
index: test
body:
settings:
mapping.single_type: false
mappings:
type_2: {}
type_3: