Doc fix: bulk_index -> bulk rename
This commit is contained in:
@@ -508,8 +508,8 @@ class Elasticsearch(object):
|
|||||||
Perform many index/delete operations in a single API call.
|
Perform many index/delete operations in a single API call.
|
||||||
`<http://elasticsearch.org/guide/reference/api/bulk/>`_
|
`<http://elasticsearch.org/guide/reference/api/bulk/>`_
|
||||||
|
|
||||||
See the :func:`~elasticsearch.helpers.bulk_index` for a more friendly
|
See the :func:`~elasticsearch.helpers.bulk` helper function for a more
|
||||||
API.
|
friendly API.
|
||||||
|
|
||||||
:arg body: The operation definition and data (action-data pairs), as
|
:arg body: The operation definition and data (action-data pairs), as
|
||||||
either a newline separated string, or a sequence of dicts to
|
either a newline separated string, or a sequence of dicts to
|
||||||
|
|||||||
Reference in New Issue
Block a user