mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
mapping.single_type: true
|
|
||||||
mappings:
|
mappings:
|
||||||
doc:
|
doc:
|
||||||
properties:
|
properties:
|
||||||
|
@ -3,8 +3,6 @@ setup:
|
|||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
mapping.single_type: true
|
|
||||||
mappings:
|
mappings:
|
||||||
doc:
|
doc:
|
||||||
properties:
|
properties:
|
||||||
|
@ -3,8 +3,6 @@ setup:
|
|||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
mapping.single_type: false
|
|
||||||
mappings:
|
mappings:
|
||||||
type_2: {}
|
type_2: {}
|
||||||
type_3:
|
type_3:
|
Loading…
x
Reference in New Issue
Block a user