From 26ab39f313eea889c48d07801aa719fa0d90ba27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 9 Jun 2015 21:32:19 +0200 Subject: [PATCH] correct link and simple description of flush_synced --- elasticsearch/client/indices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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