Update method documentation (#102)

remove reference to 8.0.

Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
This commit is contained in:
Vijayan Balasubramanian
2022-01-03 09:48:11 +02:00
committed by GitHub
parent c0b17289b0
commit d1179968a8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1020,7 +1020,7 @@ class IndicesClient(NamespacedClient):
async def flush_synced(self, index=None, params=None, headers=None):
"""
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
+1 -1
View File
@@ -1018,7 +1018,7 @@ class IndicesClient(NamespacedClient):
def flush_synced(self, index=None, params=None, headers=None):
"""
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