Skip to content

Commit

Permalink
remove shard number and replica for chunking index in othere bwc test
Browse files Browse the repository at this point in the history
Signed-off-by: yuye-aws <[email protected]>
  • Loading branch information
yuye-aws authored and Yuye Zhu committed Apr 27, 2024
1 parent a3bdde5 commit 42cfc11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"knn": true,
"refresh_interval": "30s",
"default_pipeline": "%s"
},
"number_of_shards": 3,
"number_of_replicas": 1
}
},
"mappings": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"settings": {
"default_pipeline": "%s",
"number_of_shards": 3,
"number_of_replicas": 1
"default_pipeline": "%s"
},
"mappings": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
"knn": true,
"refresh_interval": "30s",
"default_pipeline": "%s"
},
"number_of_shards": 3,
"number_of_replicas": 1
}
},
"mappings": {
"properties": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"settings": {
"default_pipeline": "%s",
"number_of_shards": 3,
"number_of_replicas": 1
"default_pipeline": "%s"
},
"mappings": {
"properties": {
Expand Down

0 comments on commit 42cfc11

Please sign in to comment.