Doc fix: bulk_index -> bulk rename

This commit is contained in:
Honza Král
2013-12-02 17:17:06 +01:00
parent 6f6c864bc8
commit 69b8023c15
+2 -2
View File
@@ -508,8 +508,8 @@ class Elasticsearch(object):
Perform many index/delete operations in a single API call.
`<http://elasticsearch.org/guide/reference/api/bulk/>`_
See the :func:`~elasticsearch.helpers.bulk_index` for a more friendly
API.
See the :func:`~elasticsearch.helpers.bulk` helper function for a more
friendly API.
:arg body: The operation definition and data (action-data pairs), as
either a newline separated string, or a sequence of dicts to