@@ -352,7 +352,7 @@ public ElasticsearchXpackClient xpack() {
352
352
* request.
353
353
*
354
354
* @see <a href=
355
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
355
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
356
356
* on elastic.co</a>
357
357
*/
358
358
@@ -371,7 +371,7 @@ public BulkResponse bulk(BulkRequest request) throws IOException, ElasticsearchE
371
371
* a function that initializes a builder to create the
372
372
* {@link BulkRequest}
373
373
* @see <a href=
374
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
374
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
375
375
* on elastic.co</a>
376
376
*/
377
377
@@ -385,7 +385,7 @@ public final BulkResponse bulk(Function<BulkRequest.Builder, ObjectBuilder<BulkR
385
385
* request.
386
386
*
387
387
* @see <a href=
388
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
388
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
389
389
* on elastic.co</a>
390
390
*/
391
391
@@ -400,7 +400,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
400
400
* Explicitly clears the search context for a scroll.
401
401
*
402
402
* @see <a href=
403
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
403
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
404
404
* on elastic.co</a>
405
405
*/
406
406
@@ -418,7 +418,7 @@ public ClearScrollResponse clearScroll(ClearScrollRequest request) throws IOExce
418
418
* a function that initializes a builder to create the
419
419
* {@link ClearScrollRequest}
420
420
* @see <a href=
421
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
421
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
422
422
* on elastic.co</a>
423
423
*/
424
424
@@ -432,7 +432,7 @@ public final ClearScrollResponse clearScroll(
432
432
* Explicitly clears the search context for a scroll.
433
433
*
434
434
* @see <a href=
435
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
435
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
436
436
* on elastic.co</a>
437
437
*/
438
438
@@ -447,7 +447,7 @@ public ClearScrollResponse clearScroll() throws IOException, ElasticsearchExcept
447
447
* Close a point in time
448
448
*
449
449
* @see <a href=
450
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
450
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
451
451
* on elastic.co</a>
452
452
*/
453
453
@@ -466,7 +466,7 @@ public ClosePointInTimeResponse closePointInTime(ClosePointInTimeRequest request
466
466
* a function that initializes a builder to create the
467
467
* {@link ClosePointInTimeRequest}
468
468
* @see <a href=
469
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
469
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
470
470
* on elastic.co</a>
471
471
*/
472
472
@@ -1526,7 +1526,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
1526
1526
* Open a point in time that can be used in subsequent searches
1527
1527
*
1528
1528
* @see <a href=
1529
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
1529
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
1530
1530
* on elastic.co</a>
1531
1531
*/
1532
1532
@@ -1545,7 +1545,7 @@ public OpenPointInTimeResponse openPointInTime(OpenPointInTimeRequest request)
1545
1545
* a function that initializes a builder to create the
1546
1546
* {@link OpenPointInTimeRequest}
1547
1547
* @see <a href=
1548
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
1548
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
1549
1549
* on elastic.co</a>
1550
1550
*/
1551
1551
0 commit comments