From d5285b09da8be0523425c600ece4f7555668aff9 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Mon, 14 Oct 2013 23:29:06 +0200 Subject: [PATCH] Adding a reference tothe bulk_index helper from the bulk API --- elasticsearch/client/__init__.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index ab6d5438..2fdafa3d 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -476,6 +476,9 @@ class Elasticsearch(object): Perform many index/delete operations in a single API call. ``_ + See the :func:`~elasticsearch.helpers.bulk_index` for a more friendly + API. + :arg body: The operation definition and data (action-data pairs) :arg index: Default index for items which don't provide one :arg doc_type: Default document type for items which don't provide one