@@ -37,9 +37,9 @@ And different operation types can be added to the same +{request}+:
37
37
--------------------------------------------------
38
38
include-tagged::{doc-tests-file}[{api}-request-with-mixed-operations]
39
39
--------------------------------------------------
40
- <1> Adds a `DeleteRequest` to the `BulkRequest` . See <<{upid}-delete>>
40
+ <1> Adds a `DeleteRequest` to the +{request}+ . See <<{upid}-delete>>
41
41
for more information on how to build `DeleteRequest`.
42
- <2> Adds an `UpdateRequest` to the `BulkRequest` . See <<{upid}-update>>
42
+ <2> Adds an `UpdateRequest` to the +{request}+ . See <<{upid}-update>>
43
43
for more information on how to build `UpdateRequest`.
44
44
<3> Adds an `IndexRequest` using the SMILE format
45
45
@@ -72,22 +72,22 @@ the index/update/delete operations.
72
72
73
73
["source","java",subs="attributes,callouts,macros"]
74
74
--------------------------------------------------
75
- include-tagged::{doc-tests}/CRUDDocumentationIT.java[bulk -request-pipeline]
75
+ include-tagged::{doc-tests-file}[{api} -request-pipeline]
76
76
--------------------------------------------------
77
77
<1> Global pipelineId used on all sub requests, unless overridden on a sub request
78
78
79
79
["source","java",subs="attributes,callouts,macros"]
80
80
--------------------------------------------------
81
- include-tagged::{doc-tests}/CRUDDocumentationIT.java[bulk -request-routing]
81
+ include-tagged::{doc-tests-file}[{api} -request-routing]
82
82
--------------------------------------------------
83
83
<1> Global routingId used on all sub requests, unless overridden on a sub request
84
84
85
85
["source","java",subs="attributes,callouts,macros"]
86
86
--------------------------------------------------
87
- include-tagged::{doc-tests}/CRUDDocumentationIT.java[bulk -request-index-type]
87
+ include-tagged::{doc-tests-file}[{api} -request-index-type]
88
88
--------------------------------------------------
89
89
<1> A bulk request with global index and type used on all sub requests, unless overridden on a sub request.
90
- Both parameters are @Nullable and can only be set during BulkRequest creation.
90
+ Both parameters are @Nullable and can only be set during +{request}+ creation.
91
91
92
92
include::../execution.asciidoc[]
93
93
@@ -167,7 +167,7 @@ actions currently added (defaults to 1000, use -1 to disable it)
167
167
actions currently added (defaults to 5Mb, use -1 to disable it)
168
168
<3> Set the number of concurrent requests allowed to be executed
169
169
(default to 1, use 0 to only allow the execution of a single request)
170
- <4> Set a flush interval flushing any `BulkRequest` pending if the
170
+ <4> Set a flush interval flushing any +{request}+ pending if the
171
171
interval passes (defaults to not set)
172
172
<5> Set a constant back off policy that initially waits for 1 second
173
173
and retries up to 3 times. See `BackoffPolicy.noBackoff()`,
0 commit comments