From 8ebbf3375fddf6644e600a081cb7c5c268a7c7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 24 Nov 2014 17:36:27 +0100 Subject: [PATCH] Clearer description of the `index` param for put_mapping ref #152 --- elasticsearch/client/indices.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elasticsearch/client/indices.py b/elasticsearch/client/indices.py index 401d6cdc..5c6209f4 100644 --- a/elasticsearch/client/indices.py +++ b/elasticsearch/client/indices.py @@ -236,9 +236,9 @@ class IndicesClient(NamespacedClient): Register specific mapping definition for a specific type. ``_ - :arg index: A comma-separated list of index names the alias should - point to (supports wildcards); use `_all` or omit to perform the - operation on all indices. + :arg index: A comma-separated list of index names the mapping should be + added to (supports wildcards); use `_all` or omit to add the + mapping on all indices. :arg doc_type: The name of the document type :arg body: The mapping definition :arg allow_no_indices: Whether to ignore if a wildcard indices