@@ -80,7 +80,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
80
80
* <code>cancel_task</code> cluster privilege.
81
81
*
82
82
* @see <a href=
83
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
83
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
84
84
* on elastic.co</a>
85
85
*/
86
86
@@ -103,7 +103,7 @@ public CompletableFuture<DeleteAsyncSearchResponse> delete(DeleteAsyncSearchRequ
103
103
* a function that initializes a builder to create the
104
104
* {@link DeleteAsyncSearchRequest}
105
105
* @see <a href=
106
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
106
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
107
107
* on elastic.co</a>
108
108
*/
109
109
@@ -121,7 +121,7 @@ public final CompletableFuture<DeleteAsyncSearchResponse> delete(
121
121
* that submitted it.
122
122
*
123
123
* @see <a href=
124
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
124
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
125
125
* on elastic.co</a>
126
126
*/
127
127
@@ -145,7 +145,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
145
145
* a function that initializes a builder to create the
146
146
* {@link GetAsyncSearchRequest}
147
147
* @see <a href=
148
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
148
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
149
149
* on elastic.co</a>
150
150
*/
151
151
@@ -162,7 +162,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
162
162
* that submitted it.
163
163
*
164
164
* @see <a href=
165
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
165
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
166
166
* on elastic.co</a>
167
167
*/
168
168
@@ -186,7 +186,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
186
186
* a function that initializes a builder to create the
187
187
* {@link GetAsyncSearchRequest}
188
188
* @see <a href=
189
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
189
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
190
190
* on elastic.co</a>
191
191
*/
192
192
@@ -204,7 +204,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
204
204
* restricted to the <code>monitoring_user</code> role.
205
205
*
206
206
* @see <a href=
207
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
207
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
208
208
* on elastic.co</a>
209
209
*/
210
210
@@ -225,7 +225,7 @@ public CompletableFuture<AsyncSearchStatusResponse> status(AsyncSearchStatusRequ
225
225
* a function that initializes a builder to create the
226
226
* {@link AsyncSearchStatusRequest}
227
227
* @see <a href=
228
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
228
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
229
229
* on elastic.co</a>
230
230
*/
231
231
@@ -248,7 +248,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
248
248
* <code>search.max_async_search_response_size</code> cluster level setting.
249
249
*
250
250
* @see <a href=
251
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
251
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
252
252
* on elastic.co</a>
253
253
*/
254
254
@@ -278,7 +278,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
278
278
* a function that initializes a builder to create the
279
279
* {@link SubmitRequest}
280
280
* @see <a href=
281
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
281
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
282
282
* on elastic.co</a>
283
283
*/
284
284
@@ -299,7 +299,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
299
299
* <code>search.max_async_search_response_size</code> cluster level setting.
300
300
*
301
301
* @see <a href=
302
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
302
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
303
303
* on elastic.co</a>
304
304
*/
305
305
@@ -328,7 +328,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
328
328
* a function that initializes a builder to create the
329
329
* {@link SubmitRequest}
330
330
* @see <a href=
331
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.16 /async-search.html">Documentation
331
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.x /async-search.html">Documentation
332
332
* on elastic.co</a>
333
333
*/
334
334
0 commit comments