mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-27 17:10:22 -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:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
properties:
|
||||
pagerank:
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
indices.create:
|
||||
index: test2
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
properties:
|
||||
pagerank:
|
||||
|
@ -29,8 +27,6 @@
|
|||
indices.create:
|
||||
index: test1
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
properties:
|
||||
pagerank:
|
||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
properties:
|
||||
tags:
|
||||
|
|
|
@ -3,8 +3,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
"properties":
|
||||
"number":
|
||||
|
|
|
@ -7,8 +7,6 @@ setup:
|
|||
indices.create:
|
||||
index: test
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
properties:
|
||||
a_field:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue