Fix synced flush docs
They had some copy and paste errors that failed the docs build.
This commit is contained in:
parent
2c27c58718
commit
7c5abc0a6b
|
@ -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
|
||||
<1> Do something if the indices to be flushed were not found
|
||||
|
|
Loading…
Reference in New Issue