Merge pull request #288 from drthornt/timeout_v_timestamp
fixed slight typo in documentation of timeout in put_alias and delete_alias
This commit is contained in:
@@ -356,7 +356,7 @@ class IndicesClient(NamespacedClient):
|
|||||||
:arg name: The name of the alias to be created or updated
|
:arg name: The name of the alias to be created or updated
|
||||||
:arg body: The settings for the alias, such as `routing` or `filter`
|
:arg body: The settings for the alias, such as `routing` or `filter`
|
||||||
:arg master_timeout: Specify timeout for connection to master
|
:arg master_timeout: Specify timeout for connection to master
|
||||||
:arg timeout: Explicit timestamp for the document
|
:arg timeout: Explicit timeout for the operation
|
||||||
"""
|
"""
|
||||||
for param in (index, name):
|
for param in (index, name):
|
||||||
if param in SKIP_IN_PATH:
|
if param in SKIP_IN_PATH:
|
||||||
@@ -460,7 +460,7 @@ class IndicesClient(NamespacedClient):
|
|||||||
wildcards); use `_all` to delete all aliases for the specified
|
wildcards); use `_all` to delete all aliases for the specified
|
||||||
indices.
|
indices.
|
||||||
:arg master_timeout: Specify timeout for connection to master
|
:arg master_timeout: Specify timeout for connection to master
|
||||||
:arg timeout: Explicit timestamp for the document
|
:arg timeout: Explicit timeout for the operation
|
||||||
"""
|
"""
|
||||||
for param in (index, name):
|
for param in (index, name):
|
||||||
if param in SKIP_IN_PATH:
|
if param in SKIP_IN_PATH:
|
||||||
|
|||||||
Reference in New Issue
Block a user