From d473bcda8d9fcb6330efe333f662f1c214ab631c Mon Sep 17 00:00:00 2001 From: Julie Tibshirani Date: Thu, 24 Jan 2019 14:08:58 -0800 Subject: [PATCH] Remove outdated callouts from the 'create index' HLRC docs --- docs/java-rest/high-level/indices/create_index.asciidoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/java-rest/high-level/indices/create_index.asciidoc b/docs/java-rest/high-level/indices/create_index.asciidoc index e6352d481ef..004279ba2a8 100644 --- a/docs/java-rest/high-level/indices/create_index.asciidoc +++ b/docs/java-rest/high-level/indices/create_index.asciidoc @@ -84,14 +84,12 @@ The following arguments can optionally be provided: include-tagged::{doc-tests-file}[{api}-request-timeout] -------------------------------------------------- <1> Timeout to wait for the all the nodes to acknowledge the index creation as a `TimeValue` -<2> Timeout to wait for the all the nodes to acknowledge the index creation 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"] --------------------------------------------------