Skip to content

Commit 22465f3

Browse files
Add support for bulk document operations (elastic#1864)
* Add support for bulk document operations * Apply suggestions from code review Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com> --------- Co-authored-by: Quentin Pradet <quentin.pradet@gmail.com>
1 parent a25bc60 commit 22465f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch_dsl/_sync/document.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,12 +460,12 @@ def bulk(
460460
:arg actions: a generator that returns document instances to be indexed,
461461
bulk operation dictionaries.
462462
:arg using: connection alias to use, defaults to ``'default'``
463-
:arg index: elasticsearch index to use, if the ``Document`` is
463+
:arg index: Elasticsearch index to use, if the ``Document`` is
464464
associated with an index this can be omitted.
465465
:arg validate: set to ``False`` to skip validating the documents
466466
:arg skip_empty: if set to ``False`` will cause empty values (``None``,
467467
``[]``, ``{}``) to be left on the document. Those values will be
468-
stripped out otherwise as they make no difference in elasticsearch.
468+
stripped out otherwise as they make no difference in Elasticsearch.
469469
470470
Any additional keyword arguments will be passed to
471471
``Elasticsearch.bulk`` unchanged.

0 commit comments

Comments
 (0)