diff --git a/elasticsearch/client/indices.py b/elasticsearch/client/indices.py index 1c543ea2..5e3b006b 100644 --- a/elasticsearch/client/indices.py +++ b/elasticsearch/client/indices.py @@ -958,7 +958,8 @@ class IndicesClient(NamespacedClient): @query_params() def flush_synced(self, index=None, params=None): """ - ``_ + Perform a normal flush, then add a generated unique marker (sync_id) to all shards. + ``_ :arg index: A comma-separated list of index names; use `_all` or empty string for all indices