mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Revert "[TEST] Replace _source.mode with index.mapping.source.mode in integra…" (#116069)
This reverts commit a360757968
.
This commit is contained in:
parent
889f01599f
commit
e8bf344a28
44 changed files with 357 additions and 436 deletions
|
@ -8,10 +8,9 @@ keywords:
|
|||
indices.create:
|
||||
index: index1
|
||||
body:
|
||||
settings:
|
||||
index:
|
||||
mapping.source.mode: synthetic
|
||||
mappings:
|
||||
_source:
|
||||
mode: synthetic
|
||||
properties:
|
||||
field1:
|
||||
type: keyword
|
||||
|
@ -77,10 +76,9 @@ doubles:
|
|||
indices.create:
|
||||
index: index1
|
||||
body:
|
||||
settings:
|
||||
index:
|
||||
mapping.source.mode: synthetic
|
||||
mappings:
|
||||
_source:
|
||||
mode: synthetic
|
||||
properties:
|
||||
field1:
|
||||
type: double
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue