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