Skip to content

Commit 7e07b30

Browse files
boristyukinjavanna
authored andcommitted
Update to support bulk updates by query (#27172)
Getting started doc stated that bulk updates by query are not supported but they are now
1 parent 3da554a commit 7e07b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ POST /customer/doc/1/_update?pretty
586586

587587
In the above example, `ctx._source` refers to the current source document that is about to be updated.
588588

589-
Note that as of this writing, updates can only be performed on a single document at a time. In the future, Elasticsearch might provide the ability to update multiple documents given a query condition (like an `SQL UPDATE-WHERE` statement).
589+
Elasticsearch provides the ability to update multiple documents given a query condition (like an `SQL UPDATE-WHERE` statement). See {ref}/docs-update-by-query.html[`docs-update-by-query` API]
590590

591591
=== Deleting Documents
592592

0 commit comments

Comments
 (0)