From 7c5abc0a6b32899490d6566363df03ab72cd8915 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Wed, 30 May 2018 07:50:44 -0400 Subject: [PATCH] Fix synced flush docs They had some copy and paste errors that failed the docs build. --- docs/java-rest/high-level/indices/flush_synced.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/java-rest/high-level/indices/flush_synced.asciidoc b/docs/java-rest/high-level/indices/flush_synced.asciidoc index 66404fe0270..65afaa533a6 100644 --- a/docs/java-rest/high-level/indices/flush_synced.asciidoc +++ b/docs/java-rest/high-level/indices/flush_synced.asciidoc @@ -1,4 +1,4 @@ -[[java-rest-high-flush]] +[[java-rest-high-flush-synced]] === Flush Synced API [[java-rest-high-flush-synced-request]] @@ -60,7 +60,7 @@ include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-execu provided as an argument <2> Called in case of failure. The raised exception is provided as an argument -[[java-rest-high-flush-response]] +[[java-rest-high-flush-synced-response]] ==== Flush Synced Response The returned `SyncedFlushResponse` allows to retrieve information about the @@ -88,4 +88,4 @@ By default, if the indices were not found, an `ElasticsearchException` will be t -------------------------------------------------- include-tagged::{doc-tests}/IndicesClientDocumentationIT.java[flush-synced-notfound] -------------------------------------------------- -<1> Do something if the indices to be flushed were not found \ No newline at end of file +<1> Do something if the indices to be flushed were not found