27
27
import co .elastic .clients .elasticsearch .cat .ElasticsearchCatClient ;
28
28
import co .elastic .clients .elasticsearch .ccr .ElasticsearchCcrClient ;
29
29
import co .elastic .clients .elasticsearch .cluster .ElasticsearchClusterClient ;
30
+ import co .elastic .clients .elasticsearch .connector .ElasticsearchConnectorClient ;
30
31
import co .elastic .clients .elasticsearch .core .BulkRequest ;
31
32
import co .elastic .clients .elasticsearch .core .BulkResponse ;
32
33
import co .elastic .clients .elasticsearch .core .ClearScrollRequest ;
@@ -213,6 +214,10 @@ public ElasticsearchClusterClient cluster() {
213
214
return new ElasticsearchClusterClient (this .transport , this .transportOptions );
214
215
}
215
216
217
+ public ElasticsearchConnectorClient connector () {
218
+ return new ElasticsearchConnectorClient (this .transport , this .transportOptions );
219
+ }
220
+
216
221
public ElasticsearchDanglingIndicesClient danglingIndices () {
217
222
return new ElasticsearchDanglingIndicesClient (this .transport , this .transportOptions );
218
223
}
@@ -352,7 +357,7 @@ public ElasticsearchXpackClient xpack() {
352
357
* request.
353
358
*
354
359
* @see <a href=
355
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
360
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
356
361
* on elastic.co</a>
357
362
*/
358
363
@@ -371,7 +376,7 @@ public BulkResponse bulk(BulkRequest request) throws IOException, ElasticsearchE
371
376
* a function that initializes a builder to create the
372
377
* {@link BulkRequest}
373
378
* @see <a href=
374
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
379
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
375
380
* on elastic.co</a>
376
381
*/
377
382
@@ -385,7 +390,7 @@ public final BulkResponse bulk(Function<BulkRequest.Builder, ObjectBuilder<BulkR
385
390
* request.
386
391
*
387
392
* @see <a href=
388
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /docs-bulk.html">Documentation
393
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /docs-bulk.html">Documentation
389
394
* on elastic.co</a>
390
395
*/
391
396
@@ -400,7 +405,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
400
405
* Explicitly clears the search context for a scroll.
401
406
*
402
407
* @see <a href=
403
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
408
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
404
409
* on elastic.co</a>
405
410
*/
406
411
@@ -418,7 +423,7 @@ public ClearScrollResponse clearScroll(ClearScrollRequest request) throws IOExce
418
423
* a function that initializes a builder to create the
419
424
* {@link ClearScrollRequest}
420
425
* @see <a href=
421
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
426
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
422
427
* on elastic.co</a>
423
428
*/
424
429
@@ -432,7 +437,7 @@ public final ClearScrollResponse clearScroll(
432
437
* Explicitly clears the search context for a scroll.
433
438
*
434
439
* @see <a href=
435
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /clear-scroll-api.html">Documentation
440
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /clear-scroll-api.html">Documentation
436
441
* on elastic.co</a>
437
442
*/
438
443
@@ -447,7 +452,7 @@ public ClearScrollResponse clearScroll() throws IOException, ElasticsearchExcept
447
452
* Close a point in time
448
453
*
449
454
* @see <a href=
450
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
455
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
451
456
* on elastic.co</a>
452
457
*/
453
458
@@ -466,7 +471,7 @@ public ClosePointInTimeResponse closePointInTime(ClosePointInTimeRequest request
466
471
* a function that initializes a builder to create the
467
472
* {@link ClosePointInTimeRequest}
468
473
* @see <a href=
469
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
474
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
470
475
* on elastic.co</a>
471
476
*/
472
477
@@ -1526,7 +1531,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
1526
1531
* Open a point in time that can be used in subsequent searches
1527
1532
*
1528
1533
* @see <a href=
1529
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
1534
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
1530
1535
* on elastic.co</a>
1531
1536
*/
1532
1537
@@ -1545,7 +1550,7 @@ public OpenPointInTimeResponse openPointInTime(OpenPointInTimeRequest request)
1545
1550
* a function that initializes a builder to create the
1546
1551
* {@link OpenPointInTimeRequest}
1547
1552
* @see <a href=
1548
- * "https://www.elastic.co/guide/en/elasticsearch/reference/8.14 /point-in-time-api.html">Documentation
1553
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.15 /point-in-time-api.html">Documentation
1549
1554
* on elastic.co</a>
1550
1555
*/
1551
1556
0 commit comments