@@ -65,7 +65,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
65
65
* request will be cancelled. Otherwise, the saved search results are deleted.
66
66
*
67
67
* @see <a href=
68
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
68
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
69
69
* on elastic.co</a>
70
70
*/
71
71
@@ -84,7 +84,7 @@ public CompletableFuture<DeleteAsyncSearchResponse> delete(DeleteAsyncSearchRequ
84
84
* a function that initializes a builder to create the
85
85
* {@link DeleteAsyncSearchRequest}
86
86
* @see <a href=
87
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
87
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
88
88
* on elastic.co</a>
89
89
*/
90
90
@@ -100,7 +100,7 @@ public final CompletableFuture<DeleteAsyncSearchResponse> delete(
100
100
* its ID.
101
101
*
102
102
* @see <a href=
103
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
103
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
104
104
* on elastic.co</a>
105
105
*/
106
106
@@ -122,7 +122,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
122
122
* a function that initializes a builder to create the
123
123
* {@link GetAsyncSearchRequest}
124
124
* @see <a href=
125
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
125
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
126
126
* on elastic.co</a>
127
127
*/
128
128
@@ -137,7 +137,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
137
137
* its ID.
138
138
*
139
139
* @see <a href=
140
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
140
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
141
141
* on elastic.co</a>
142
142
*/
143
143
@@ -159,7 +159,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
159
159
* a function that initializes a builder to create the
160
160
* {@link GetAsyncSearchRequest}
161
161
* @see <a href=
162
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
162
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
163
163
* on elastic.co</a>
164
164
*/
165
165
@@ -175,7 +175,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
175
175
* ID.
176
176
*
177
177
* @see <a href=
178
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
178
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
179
179
* on elastic.co</a>
180
180
*/
181
181
@@ -194,7 +194,7 @@ public CompletableFuture<AsyncSearchStatusResponse> status(AsyncSearchStatusRequ
194
194
* a function that initializes a builder to create the
195
195
* {@link AsyncSearchStatusRequest}
196
196
* @see <a href=
197
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
197
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
198
198
* on elastic.co</a>
199
199
*/
200
200
@@ -209,7 +209,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
209
209
* Executes a search request asynchronously.
210
210
*
211
211
* @see <a href=
212
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
212
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
213
213
* on elastic.co</a>
214
214
*/
215
215
@@ -230,7 +230,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
230
230
* a function that initializes a builder to create the
231
231
* {@link SubmitRequest}
232
232
* @see <a href=
233
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
233
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
234
234
* on elastic.co</a>
235
235
*/
236
236
@@ -243,7 +243,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
243
243
* Executes a search request asynchronously.
244
244
*
245
245
* @see <a href=
246
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
246
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
247
247
* on elastic.co</a>
248
248
*/
249
249
@@ -263,7 +263,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
263
263
* a function that initializes a builder to create the
264
264
* {@link SubmitRequest}
265
265
* @see <a href=
266
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.11 /async-search.html">Documentation
266
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.13 /async-search.html">Documentation
267
267
* on elastic.co</a>
268
268
*/
269
269
0 commit comments