@@ -236,9 +236,9 @@ class IndicesClient(NamespacedClient):
|
|||||||
Register specific mapping definition for a specific type.
|
Register specific mapping definition for a specific type.
|
||||||
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-put-mapping.html>`_
|
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-put-mapping.html>`_
|
||||||
|
|
||||||
:arg index: A comma-separated list of index names the alias should
|
:arg index: A comma-separated list of index names the mapping should be
|
||||||
point to (supports wildcards); use `_all` or omit to perform the
|
added to (supports wildcards); use `_all` or omit to add the
|
||||||
operation on all indices.
|
mapping on all indices.
|
||||||
:arg doc_type: The name of the document type
|
:arg doc_type: The name of the document type
|
||||||
:arg body: The mapping definition
|
:arg body: The mapping definition
|
||||||
:arg allow_no_indices: Whether to ignore if a wildcard indices
|
:arg allow_no_indices: Whether to ignore if a wildcard indices
|
||||||
|
|||||||
Reference in New Issue
Block a user