File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -466,12 +466,12 @@ async def bulk(
466
466
:arg actions: a generator that returns document instances to be indexed,
467
467
bulk operation dictionaries.
468
468
:arg using: connection alias to use, defaults to ``'default'``
469
- :arg index: elasticsearch index to use, if the ``Document`` is
469
+ :arg index: Elasticsearch index to use, if the ``Document`` is
470
470
associated with an index this can be omitted.
471
471
:arg validate: set to ``False`` to skip validating the documents
472
472
:arg skip_empty: if set to ``False`` will cause empty values (``None``,
473
473
``[]``, ``{}``) to be left on the document. Those values will be
474
- stripped out otherwise as they make no difference in elasticsearch .
474
+ stripped out otherwise as they make no difference in Elasticsearch .
475
475
476
476
Any additional keyword arguments will be passed to
477
477
``Elasticsearch.bulk`` unchanged.
Original file line number Diff line number Diff line change @@ -460,12 +460,12 @@ def bulk(
460
460
:arg actions: a generator that returns document instances to be indexed,
461
461
bulk operation dictionaries.
462
462
: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
464
464
associated with an index this can be omitted.
465
465
:arg validate: set to ``False`` to skip validating the documents
466
466
:arg skip_empty: if set to ``False`` will cause empty values (``None``,
467
467
``[]``, ``{}``) 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 .
469
469
470
470
Any additional keyword arguments will be passed to
471
471
``Elasticsearch.bulk`` unchanged.
You can’t perform that action at this time.
0 commit comments