Update method documentation (#102)
remove reference to 8.0. Signed-off-by: Vijayan Balasubramanian <[email protected]>
This commit is contained in:
@@ -1020,7 +1020,7 @@ class IndicesClient(NamespacedClient):
|
|||||||
async def flush_synced(self, index=None, params=None, headers=None):
|
async def flush_synced(self, index=None, params=None, headers=None):
|
||||||
"""
|
"""
|
||||||
Performs a synced flush operation on one or more indices. Synced flush is
|
Performs a synced flush operation on one or more indices. Synced flush is
|
||||||
deprecated and will be removed in 8.0. Use flush instead
|
deprecated. Use flush instead
|
||||||
|
|
||||||
|
|
||||||
:arg index: A comma-separated list of index names; use `_all` or
|
:arg index: A comma-separated list of index names; use `_all` or
|
||||||
|
|||||||
@@ -1018,7 +1018,7 @@ class IndicesClient(NamespacedClient):
|
|||||||
def flush_synced(self, index=None, params=None, headers=None):
|
def flush_synced(self, index=None, params=None, headers=None):
|
||||||
"""
|
"""
|
||||||
Performs a synced flush operation on one or more indices. Synced flush is
|
Performs a synced flush operation on one or more indices. Synced flush is
|
||||||
deprecated and will be removed in 8.0. Use flush instead
|
deprecated. Use flush instead
|
||||||
|
|
||||||
|
|
||||||
:arg index: A comma-separated list of index names; use `_all` or
|
:arg index: A comma-separated list of index names; use `_all` or
|
||||||
|
|||||||
Reference in New Issue
Block a user