Skip to content

Commit 4a20cee

Browse files
committed
improving wording
1 parent 8ae060c commit 4a20cee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/_json_spec/simulate.ingest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"merge_type": {
3737
"type": "string",
38-
"description": "The way that mapping_additions ought to be merged into existing mappings"
38+
"description": "The method to be used when merging mapping_additions existing mappings"
3939
}
4040
},
4141
"body": {

specification/simulate/ingest/SimulateIngestRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface Request extends RequestBase {
7676
*/
7777
pipeline?: PipelineName
7878
/**
79-
* The way that mapping_additions ought to be merged into existing mappings -- in the way mapping changes are merged into an existing index, or in
79+
* The method to be used when merging mapping_additions existing mappings. Mappings can be merged in the way mapping changes are merged into an existing index, or in
8080
* the way mapping changes are merged into existing templates. Some changes are allowed to templates that are not allowed to indices. For example,
8181
* a field cannot be changed to an incompatible type in an index, but can in a template.
8282
* @server_default index

0 commit comments

Comments
 (0)