Skip to content

Commit e059817

Browse files
committed
changed description for update by query (issue #315)
1 parent b62d342 commit e059817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)