Skip to content

Commit 1447fc3

Browse files
committed
changed description for update by query (issue #315)
1 parent 6f8ef94 commit 1447fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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/_json_spec/update_by_query.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"update_by_query": {
33
"documentation": {
44
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-update-by-query.html",
5-
"description": "Performs an update on every document in the index without changing the source,\nfor example to pick up a mapping change."
5+
"description": "Updates documents that match the specified query. If no query is specified,\n performs an update on every document in the index without changing the source,\nfor example to pick up a mapping change."
66
},
77
"stability": "stable",
88
"visibility": "public",

0 commit comments

Comments
 (0)