Skip to content

Commit dfc8d73

Browse files
Remove number_of_shards setting from clone API example
This setting is allowed only if the number of shards matches that of the source index, and that's the behaviour anyway, so it is needlessly confusing to include it here.
1 parent 9492411 commit dfc8d73

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/indices/clone/examples/request/indicesCloneRequestExample1.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ description: >
66
# type: request
77
value: "{
88
9-
\ \"settings\": {
10-
11-
\ \"index.number_of_shards\": 5
12-
13-
\ },
14-
159
\ \"aliases\": {
1610
1711
\ \"my_search_indices\": {}

0 commit comments

Comments
 (0)