Adding a reference tothe bulk_index helper from the bulk API

This commit is contained in:
Honza Kral
2013-10-14 23:33:16 +02:00
parent 4e56b4fbc1
commit d5285b09da
+3
View File
@@ -476,6 +476,9 @@ 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
API.
:arg body: The operation definition and data (action-data pairs) :arg body: The operation definition and data (action-data pairs)
:arg index: Default index for items which don't provide one :arg index: Default index for items which don't provide one
:arg doc_type: Default document type for items which don't provide one :arg doc_type: Default document type for items which don't provide one