mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 09:28:55 -04:00
Stop configuring index.number_of_replicas
in mapper-extras yaml tests. (#130099)
This commit is contained in:
parent
9cb30cc892
commit
c0b2bb1f75
5 changed files with 0 additions and 12 deletions
|
@ -3,8 +3,6 @@ setup:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
pagerank:
|
pagerank:
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test2
|
index: test2
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
pagerank:
|
pagerank:
|
||||||
|
@ -29,8 +27,6 @@
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test1
|
index: test1
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
pagerank:
|
pagerank:
|
||||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
"properties":
|
"properties":
|
||||||
"number":
|
"number":
|
||||||
|
|
|
@ -7,8 +7,6 @@ setup:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: test
|
index: test
|
||||||
body:
|
body:
|
||||||
settings:
|
|
||||||
number_of_replicas: 0
|
|
||||||
mappings:
|
mappings:
|
||||||
properties:
|
properties:
|
||||||
a_field:
|
a_field:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue