Add CloseIndexResponse to HLRC (#44349)

The CloseIndexResponse was improved in #39687; this commit 
exposes it in the HLRC.
This commit is contained in:
Tanguy Leroux 2019-07-24 09:54:57 +02:00 committed by GitHub
parent ded5ad43d8
commit a69baf6b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 760 additions and 122 deletions

View file

@ -27,15 +27,12 @@ include-tagged::{doc-tests-file}[{api}-request-timeout]
--------------------------------------------------
<1> Timeout to wait for the all the nodes to acknowledge the index is closed
as a `TimeValue`
<2> Timeout to wait for the all the nodes to acknowledge the index is closed
as a `String`
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{doc-tests-file}[{api}-request-masterTimeout]
--------------------------------------------------
<1> Timeout to connect to the master node as a `TimeValue`
<2> Timeout to connect to the master node as a `String`
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------