Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default include_type_name to false in the yml test harness. #38058

Merged
merged 15 commits into from
Feb 1, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Empty Bucket Aggregation":
- do:
indices.create:
include_type_name: false
index: empty_bucket_idx
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

- do:
indices.create:
include_type_name: false
index: test_deprecated_htmlstrip
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"validate query with synonyms":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# versions in the same position.
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"ngram search":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down Expand Up @@ -44,7 +43,6 @@
"testNGramCopyField":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"ngram highlighting":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Test query string with snowball":
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Test common terms query with stacked tokens":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down Expand Up @@ -220,7 +219,6 @@
"Test match query with synonyms - see #3881 for extensive description of the issue":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"suggestions with synonyms":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# because there are no token filters that support payloads in core.
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test123
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.put_template:
include_type_name: false
name: index_template
body:
index_patterns: test-*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
features: ["headers"]
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: my-index
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ setup:
reason: "moving_fn added in 6.4.0"
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ setup:
"Random functions":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down Expand Up @@ -136,7 +135,6 @@ setup:
"Decay geo functions":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test-index
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:

- do:
indices.create:
include_type_name: false
index: test-index
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
setup:
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"Test percolator basics via rest":
- do:
indices.create:
include_type_name: false
index: queries_index
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

- do:
indices.put_mapping:
include_type_name: false
index: test
body:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Index ICU content":
- do:
indices.create:
include_type_name: false
index: test
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Index phonetic content":
- do:
indices.create:
include_type_name: false
index: phonetic_sample
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Index Smartcn content":
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Index Stempel content":
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"Index Stempel content":
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

- do:
indices.create:
include_type_name: false
index: annotated
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@

- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

- do:
indices.create:
include_type_name: false
index: index
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"count with query_string parameters":
- do:
indices.create:
include_type_name: false
index: test
body:
mappings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ setup:
reason: types are required in requests before 7.0.0
- do:
indices.create:
include_type_name: false
index: test_1
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- do:
indices.create:
include_type_name: false
index: foobar
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- do:
indices.create:
include_type_name: false
index: test_1
body:
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

- do:
indices.create:
include_type_name: false
index: test_1
body:
settings:
Expand Down
Loading