We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc3871 commit 5fab077Copy full SHA for 5fab077
elasticsearch_dsl/document.py
@@ -373,8 +373,11 @@ def update(
373
:arg doc_as_upsert: Instead of sending a partial doc plus an upsert
374
doc, setting doc_as_upsert to true will use the contents of doc as
375
the upsert value
376
+ :arg script: Either the source code of the script or the actual dict
377
+ assigned to the ``script`` field in the update
378
:arg return_doc_meta: set to ``True`` to return all metadata from the
379
index API call instead of only the operation result
380
+ :arg fields: params for the script
381
382
:return operation result noop/updated
383
"""
0 commit comments