@@ -72,7 +72,7 @@ public ElasticsearchCatAsyncClient withTransportOptions(@Nullable TransportOptio
72
72
* <p>
73
73
* CAT APIs are only intended for human consumption using the command line or
74
74
* the Kibana console. They are not intended for use by applications. For
75
- * application consumption, use the /_alias endpoints .
75
+ * application consumption, use the aliases API .
76
76
*
77
77
* @see <a href=
78
78
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-alias.html">Documentation
@@ -92,7 +92,7 @@ public CompletableFuture<AliasesResponse> aliases(AliasesRequest request) {
92
92
* <p>
93
93
* CAT APIs are only intended for human consumption using the command line or
94
94
* the Kibana console. They are not intended for use by applications. For
95
- * application consumption, use the /_alias endpoints .
95
+ * application consumption, use the aliases API .
96
96
*
97
97
* @param fn
98
98
* a function that initializes a builder to create the
@@ -113,7 +113,7 @@ public final CompletableFuture<AliasesResponse> aliases(
113
113
* <p>
114
114
* CAT APIs are only intended for human consumption using the command line or
115
115
* the Kibana console. They are not intended for use by applications. For
116
- * application consumption, use the /_alias endpoints .
116
+ * application consumption, use the aliases API .
117
117
*
118
118
* @see <a href=
119
119
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-alias.html">Documentation
@@ -189,7 +189,7 @@ public CompletableFuture<AllocationResponse> allocation() {
189
189
* <p>
190
190
* CAT APIs are only intended for human consumption using the command line or
191
191
* Kibana console. They are not intended for use by applications. For
192
- * application consumption, use the /_component_template endpoints .
192
+ * application consumption, use the get component template API .
193
193
*
194
194
* @see <a href=
195
195
* "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-component-templates.html">Documentation
@@ -210,7 +210,7 @@ public CompletableFuture<ComponentTemplatesResponse> componentTemplates(Componen
210
210
* <p>
211
211
* CAT APIs are only intended for human consumption using the command line or
212
212
* Kibana console. They are not intended for use by applications. For
213
- * application consumption, use the /_component_template endpoints .
213
+ * application consumption, use the get component template API .
214
214
*
215
215
* @param fn
216
216
* a function that initializes a builder to create the
@@ -232,7 +232,7 @@ public final CompletableFuture<ComponentTemplatesResponse> componentTemplates(
232
232
* <p>
233
233
* CAT APIs are only intended for human consumption using the command line or
234
234
* Kibana console. They are not intended for use by applications. For
235
- * application consumption, use the /_component_template endpoints .
235
+ * application consumption, use the get component template API .
236
236
*
237
237
* @see <a href=
238
238
* "https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-component-templates.html">Documentation
@@ -248,13 +248,13 @@ public CompletableFuture<ComponentTemplatesResponse> componentTemplates() {
248
248
249
249
/**
250
250
* Get a document count. Provides quick access to a document count for a data
251
- * stream, an index, or an entire cluster.n/ The document count only includes
252
- * live documents, not deleted documents which have not yet been removed by the
253
- * merge process.
251
+ * stream, an index, or an entire cluster. The document count only includes live
252
+ * documents, not deleted documents which have not yet been removed by the merge
253
+ * process.
254
254
* <p>
255
255
* CAT APIs are only intended for human consumption using the command line or
256
256
* Kibana console. They are not intended for use by applications. For
257
- * application consumption, use /_count endpoints .
257
+ * application consumption, use the count API .
258
258
*
259
259
* @see <a href=
260
260
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-count.html">Documentation
@@ -270,13 +270,13 @@ public CompletableFuture<CountResponse> count(CountRequest request) {
270
270
271
271
/**
272
272
* Get a document count. Provides quick access to a document count for a data
273
- * stream, an index, or an entire cluster.n/ The document count only includes
274
- * live documents, not deleted documents which have not yet been removed by the
275
- * merge process.
273
+ * stream, an index, or an entire cluster. The document count only includes live
274
+ * documents, not deleted documents which have not yet been removed by the merge
275
+ * process.
276
276
* <p>
277
277
* CAT APIs are only intended for human consumption using the command line or
278
278
* Kibana console. They are not intended for use by applications. For
279
- * application consumption, use /_count endpoints .
279
+ * application consumption, use the count API .
280
280
*
281
281
* @param fn
282
282
* a function that initializes a builder to create the
@@ -293,13 +293,13 @@ public final CompletableFuture<CountResponse> count(
293
293
294
294
/**
295
295
* Get a document count. Provides quick access to a document count for a data
296
- * stream, an index, or an entire cluster.n/ The document count only includes
297
- * live documents, not deleted documents which have not yet been removed by the
298
- * merge process.
296
+ * stream, an index, or an entire cluster. The document count only includes live
297
+ * documents, not deleted documents which have not yet been removed by the merge
298
+ * process.
299
299
* <p>
300
300
* CAT APIs are only intended for human consumption using the command line or
301
301
* Kibana console. They are not intended for use by applications. For
302
- * application consumption, use /_count endpoints .
302
+ * application consumption, use the count API .
303
303
*
304
304
* @see <a href=
305
305
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-count.html">Documentation
@@ -480,7 +480,7 @@ public CompletableFuture<HelpResponse> help() {
480
480
* These metrics are retrieved directly from Lucene, which Elasticsearch uses
481
481
* internally to power indexing and search. As a result, all document counts
482
482
* include hidden nested documents. To get an accurate count of Elasticsearch
483
- * documents, use the /_cat/ count or _count endpoints .
483
+ * documents, use the cat count or count APIs .
484
484
* <p>
485
485
* CAT APIs are only intended for human consumption using the command line or
486
486
* Kibana console. They are not intended for use by applications. For
@@ -515,7 +515,7 @@ public CompletableFuture<IndicesResponse> indices(IndicesRequest request) {
515
515
* These metrics are retrieved directly from Lucene, which Elasticsearch uses
516
516
* internally to power indexing and search. As a result, all document counts
517
517
* include hidden nested documents. To get an accurate count of Elasticsearch
518
- * documents, use the /_cat/ count or _count endpoints .
518
+ * documents, use the cat count or count APIs .
519
519
* <p>
520
520
* CAT APIs are only intended for human consumption using the command line or
521
521
* Kibana console. They are not intended for use by applications. For
@@ -551,7 +551,7 @@ public final CompletableFuture<IndicesResponse> indices(
551
551
* These metrics are retrieved directly from Lucene, which Elasticsearch uses
552
552
* internally to power indexing and search. As a result, all document counts
553
553
* include hidden nested documents. To get an accurate count of Elasticsearch
554
- * documents, use the /_cat/ count or _count endpoints .
554
+ * documents, use the cat count or count APIs .
555
555
* <p>
556
556
* CAT APIs are only intended for human consumption using the command line or
557
557
* Kibana console. They are not intended for use by applications. For
@@ -592,7 +592,7 @@ public CompletableFuture<MasterResponse> master() {
592
592
* <p>
593
593
* CAT APIs are only intended for human consumption using the Kibana console or
594
594
* command line. They are not intended for use by applications. For application
595
- * consumption, use the /_ml/data_frame/ analytics endpoints .
595
+ * consumption, use the get data frame analytics jobs statistics API .
596
596
*
597
597
* @see <a href=
598
598
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-dfanalytics.html">Documentation
@@ -612,7 +612,7 @@ public CompletableFuture<MlDataFrameAnalyticsResponse> mlDataFrameAnalytics(MlDa
612
612
* <p>
613
613
* CAT APIs are only intended for human consumption using the Kibana console or
614
614
* command line. They are not intended for use by applications. For application
615
- * consumption, use the /_ml/data_frame/ analytics endpoints .
615
+ * consumption, use the get data frame analytics jobs statistics API .
616
616
*
617
617
* @param fn
618
618
* a function that initializes a builder to create the
@@ -633,7 +633,7 @@ public final CompletableFuture<MlDataFrameAnalyticsResponse> mlDataFrameAnalytic
633
633
* <p>
634
634
* CAT APIs are only intended for human consumption using the Kibana console or
635
635
* command line. They are not intended for use by applications. For application
636
- * consumption, use the /_ml/data_frame/ analytics endpoints .
636
+ * consumption, use the get data frame analytics jobs statistics API .
637
637
*
638
638
* @see <a href=
639
639
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-dfanalytics.html">Documentation
@@ -656,7 +656,7 @@ public CompletableFuture<MlDataFrameAnalyticsResponse> mlDataFrameAnalytics() {
656
656
* <p>
657
657
* CAT APIs are only intended for human consumption using the Kibana console or
658
658
* command line. They are not intended for use by applications. For application
659
- * consumption, use the /_ml/datafeeds endpoints .
659
+ * consumption, use the get datafeed statistics API .
660
660
*
661
661
* @see <a href=
662
662
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-datafeeds.html">Documentation
@@ -679,7 +679,7 @@ public CompletableFuture<MlDatafeedsResponse> mlDatafeeds(MlDatafeedsRequest req
679
679
* <p>
680
680
* CAT APIs are only intended for human consumption using the Kibana console or
681
681
* command line. They are not intended for use by applications. For application
682
- * consumption, use the /_ml/datafeeds endpoints .
682
+ * consumption, use the get datafeed statistics API .
683
683
*
684
684
* @param fn
685
685
* a function that initializes a builder to create the
@@ -703,7 +703,7 @@ public final CompletableFuture<MlDatafeedsResponse> mlDatafeeds(
703
703
* <p>
704
704
* CAT APIs are only intended for human consumption using the Kibana console or
705
705
* command line. They are not intended for use by applications. For application
706
- * consumption, use the /_ml/datafeeds endpoints .
706
+ * consumption, use the get datafeed statistics API .
707
707
*
708
708
* @see <a href=
709
709
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-datafeeds.html">Documentation
@@ -726,7 +726,7 @@ public CompletableFuture<MlDatafeedsResponse> mlDatafeeds() {
726
726
* <p>
727
727
* CAT APIs are only intended for human consumption using the Kibana console or
728
728
* command line. They are not intended for use by applications. For application
729
- * consumption, use the /_ml/anomaly_detectors endpoints .
729
+ * consumption, use the get anomaly detection job statistics API .
730
730
*
731
731
* @see <a href=
732
732
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-anomaly-detectors.html">Documentation
@@ -749,7 +749,7 @@ public CompletableFuture<MlJobsResponse> mlJobs(MlJobsRequest request) {
749
749
* <p>
750
750
* CAT APIs are only intended for human consumption using the Kibana console or
751
751
* command line. They are not intended for use by applications. For application
752
- * consumption, use the /_ml/anomaly_detectors endpoints .
752
+ * consumption, use the get anomaly detection job statistics API .
753
753
*
754
754
* @param fn
755
755
* a function that initializes a builder to create the
@@ -773,7 +773,7 @@ public final CompletableFuture<MlJobsResponse> mlJobs(
773
773
* <p>
774
774
* CAT APIs are only intended for human consumption using the Kibana console or
775
775
* command line. They are not intended for use by applications. For application
776
- * consumption, use the /_ml/anomaly_detectors endpoints .
776
+ * consumption, use the get anomaly detection job statistics API .
777
777
*
778
778
* @see <a href=
779
779
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-anomaly-detectors.html">Documentation
@@ -793,7 +793,7 @@ public CompletableFuture<MlJobsResponse> mlJobs() {
793
793
* <p>
794
794
* CAT APIs are only intended for human consumption using the Kibana console or
795
795
* command line. They are not intended for use by applications. For application
796
- * consumption, use the /_ml/trained_models endpoints .
796
+ * consumption, use the get trained models statistics API .
797
797
*
798
798
* @see <a href=
799
799
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-trained-model.html">Documentation
@@ -813,7 +813,7 @@ public CompletableFuture<MlTrainedModelsResponse> mlTrainedModels(MlTrainedModel
813
813
* <p>
814
814
* CAT APIs are only intended for human consumption using the Kibana console or
815
815
* command line. They are not intended for use by applications. For application
816
- * consumption, use the /_ml/trained_models endpoints .
816
+ * consumption, use the get trained models statistics API .
817
817
*
818
818
* @param fn
819
819
* a function that initializes a builder to create the
@@ -834,7 +834,7 @@ public final CompletableFuture<MlTrainedModelsResponse> mlTrainedModels(
834
834
* <p>
835
835
* CAT APIs are only intended for human consumption using the Kibana console or
836
836
* command line. They are not intended for use by applications. For application
837
- * consumption, use the /_ml/trained_models endpoints .
837
+ * consumption, use the get trained models statistics API .
838
838
*
839
839
* @see <a href=
840
840
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-trained-model.html">Documentation
@@ -1388,7 +1388,7 @@ public CompletableFuture<ThreadPoolResponse> threadPool() {
1388
1388
* <p>
1389
1389
* CAT APIs are only intended for human consumption using the Kibana console or
1390
1390
* command line. They are not intended for use by applications. For application
1391
- * consumption, use the /_transform endpoints .
1391
+ * consumption, use the get transform statistics API .
1392
1392
*
1393
1393
* @see <a href=
1394
1394
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-transforms.html">Documentation
@@ -1407,7 +1407,7 @@ public CompletableFuture<TransformsResponse> transforms(TransformsRequest reques
1407
1407
* <p>
1408
1408
* CAT APIs are only intended for human consumption using the Kibana console or
1409
1409
* command line. They are not intended for use by applications. For application
1410
- * consumption, use the /_transform endpoints .
1410
+ * consumption, use the get transform statistics API .
1411
1411
*
1412
1412
* @param fn
1413
1413
* a function that initializes a builder to create the
@@ -1427,7 +1427,7 @@ public final CompletableFuture<TransformsResponse> transforms(
1427
1427
* <p>
1428
1428
* CAT APIs are only intended for human consumption using the Kibana console or
1429
1429
* command line. They are not intended for use by applications. For application
1430
- * consumption, use the /_transform endpoints .
1430
+ * consumption, use the get transform statistics API .
1431
1431
*
1432
1432
* @see <a href=
1433
1433
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/cat-transforms.html">Documentation
0 commit comments