diff --git a/config/version.txt b/config/version.txt
index 29d3fcd55..38b5f0dea 100644
--- a/config/version.txt
+++ b/config/version.txt
@@ -1 +1 @@
-8.17.0
+8.18.0
diff --git a/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java b/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
index 8e637e53f..c0cf656ab 100644
--- a/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
+++ b/java-client/src/main-flavored/java/co/elastic/clients/transport/VersionInfo.java
@@ -22,5 +22,5 @@
// Package private
class VersionInfo {
static final String FLAVOR = "stack";
- static final String VERSION = "8.17.0";
+ static final String VERSION = "8.18.0";
}
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java
index ae1af29d3..0bc8c9ca1 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java
@@ -357,7 +357,7 @@ public ElasticsearchXpackAsyncClient xpack() {
* increase indexing speed.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -377,7 +377,7 @@ public CompletableFuture bulk(BulkRequest request) {
* a function that initializes a builder to create the
* {@link BulkRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -391,7 +391,7 @@ public final CompletableFuture bulk(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -408,7 +408,7 @@ public CompletableFuture bulk() {
* Clear the search context and results for a scrolling search.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -428,7 +428,7 @@ public CompletableFuture clearScroll(ClearScrollRequest req
* a function that initializes a builder to create the
* {@link ClearScrollRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -443,7 +443,7 @@ public final CompletableFuture clearScroll(
* Clear the search context and results for a scrolling search.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -465,7 +465,7 @@ public CompletableFuture clearScroll() {
* requests.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -490,7 +490,7 @@ public CompletableFuture closePointInTime(ClosePointIn
* a function that initializes a builder to create the
* {@link ClosePointInTimeRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -1771,7 +1771,7 @@ public CompletableFuture mtermvectors() {
* it should persist.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -1802,7 +1802,7 @@ public CompletableFuture openPointInTime(OpenPointInTim
* a function that initializes a builder to create the
* {@link OpenPointInTimeRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java
index de7780d8c..5efa64e2d 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java
@@ -358,7 +358,7 @@ public ElasticsearchXpackClient xpack() {
* increase indexing speed.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -378,7 +378,7 @@ public BulkResponse bulk(BulkRequest request) throws IOException, ElasticsearchE
* a function that initializes a builder to create the
* {@link BulkRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -393,7 +393,7 @@ public final BulkResponse bulk(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co
*/
@@ -410,7 +410,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
* Clear the search context and results for a scrolling search.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -430,7 +430,7 @@ public ClearScrollResponse clearScroll(ClearScrollRequest request) throws IOExce
* a function that initializes a builder to create the
* {@link ClearScrollRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -446,7 +446,7 @@ public final ClearScrollResponse clearScroll(
* Clear the search context and results for a scrolling search.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/clear-scroll-api.html">Documentation
* on elastic.co
*/
@@ -468,7 +468,7 @@ public ClearScrollResponse clearScroll() throws IOException, ElasticsearchExcept
* requests.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -494,7 +494,7 @@ public ClosePointInTimeResponse closePointInTime(ClosePointInTimeRequest request
* a function that initializes a builder to create the
* {@link ClosePointInTimeRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -1797,7 +1797,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
* it should persist.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
@@ -1829,7 +1829,7 @@ public OpenPointInTimeResponse openPointInTime(OpenPointInTimeRequest request)
* a function that initializes a builder to create the
* {@link OpenPointInTimeRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
index 80f174715..4b0dc86f5 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java
@@ -59,7 +59,7 @@
/**
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/sort-search-results.html">Documentation
* on elastic.co
* @see API
* specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Normalizer.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Normalizer.java
index bedfc1887..ee0c5a094 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Normalizer.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Normalizer.java
@@ -57,7 +57,7 @@
/**
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/analysis-normalizers.html">Documentation
* on elastic.co
* @see API
* specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoShapeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoShapeProperty.java
index af3745cab..1b03d2b67 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoShapeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoShapeProperty.java
@@ -53,7 +53,7 @@
* searching with arbitrary geo shapes such as rectangles and polygons.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/geo-shape.html">Documentation
* on elastic.co
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ShapeProperty.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ShapeProperty.java
index 1a8e35f94..6b735cbdf 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ShapeProperty.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ShapeProperty.java
@@ -54,7 +54,7 @@
* polygons.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/shape.html">Documentation
* on elastic.co
* @see API
* specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Like.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Like.java
index 8d65e22d9..8d3334288 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Like.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Like.java
@@ -60,7 +60,7 @@
* the text.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/query-dsl-mlt-query.html#_document_input_parameters">Documentation
* on elastic.co
* @see API
* specification
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchAsyncClient.java
index b192aa23e..7ffc3d586 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchAsyncClient.java
@@ -81,7 +81,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
* have the cancel_task
cluster privilege.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -105,7 +105,7 @@ public CompletableFuture delete(DeleteAsyncSearchRequ
* a function that initializes a builder to create the
* {@link DeleteAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -125,7 +125,7 @@ public final CompletableFuture delete(
* it.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -151,7 +151,7 @@ public CompletableFuture> get(GetA
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -170,7 +170,7 @@ public final CompletableFuture> ge
* it.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -196,7 +196,7 @@ public CompletableFuture> get(GetA
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -216,7 +216,7 @@ public final CompletableFuture> ge
* monitoring_user
role.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -239,7 +239,7 @@ public CompletableFuture status(AsyncSearchStatusRequ
* a function that initializes a builder to create the
* {@link AsyncSearchStatusRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -267,7 +267,7 @@ public final CompletableFuture status(
* setting.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -302,7 +302,7 @@ public CompletableFuture> submit(SubmitReq
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -328,7 +328,7 @@ public final CompletableFuture> submit(
* setting.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -362,7 +362,7 @@ public CompletableFuture> submit(SubmitReq
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchClient.java
index d942b5817..eb77dcce6 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/ElasticsearchAsyncSearchClient.java
@@ -80,7 +80,7 @@ public ElasticsearchAsyncSearchClient withTransportOptions(@Nullable TransportOp
* have the cancel_task
cluster privilege.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -105,7 +105,7 @@ public DeleteAsyncSearchResponse delete(DeleteAsyncSearchRequest request)
* a function that initializes a builder to create the
* {@link DeleteAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -126,7 +126,7 @@ public final DeleteAsyncSearchResponse delete(
* it.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -152,7 +152,7 @@ public GetAsyncSearchResponse get(GetAsyncSearchRequest r
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -171,7 +171,7 @@ public final GetAsyncSearchResponse get(
* it.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -197,7 +197,7 @@ public GetAsyncSearchResponse get(GetAsyncSearchRequest r
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -218,7 +218,7 @@ public final GetAsyncSearchResponse get(
* monitoring_user
role.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -242,7 +242,7 @@ public AsyncSearchStatusResponse status(AsyncSearchStatusRequest request)
* a function that initializes a builder to create the
* {@link AsyncSearchStatusRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -271,7 +271,7 @@ public final AsyncSearchStatusResponse status(
* setting.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -306,7 +306,7 @@ public SubmitResponse submit(SubmitRequest request, Class
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -333,7 +333,7 @@ public final SubmitResponse submit(
* setting.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
@@ -368,7 +368,7 @@ public SubmitResponse submit(SubmitRequest request, Type
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingAsyncClient.java
index bbf384e4c..b30c95524 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingAsyncClient.java
@@ -77,7 +77,7 @@ public ElasticsearchAutoscalingAsyncClient withTransportOptions(@Nullable Transp
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-delete-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -100,7 +100,7 @@ public CompletableFuture deleteAutoscalingPolic
* a function that initializes a builder to create the
* {@link DeleteAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-delete-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -136,7 +136,7 @@ public final CompletableFuture deleteAutoscalin
* make autoscaling decisions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
public CompletableFuture getAutoscalingCapacity() {
@@ -154,7 +154,7 @@ public CompletableFuture getAutoscalingCapacity(
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
@@ -176,7 +176,7 @@ public CompletableFuture getAutoscalingPolicy(GetA
* a function that initializes a builder to create the
* {@link GetAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
@@ -195,7 +195,7 @@ public final CompletableFuture getAutoscalingPolic
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-put-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -217,7 +217,7 @@ public CompletableFuture putAutoscalingPolicy(PutA
* a function that initializes a builder to create the
* {@link PutAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-put-autoscaling-policy.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingClient.java
index c51dfcf81..58bf8d431 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/autoscaling/ElasticsearchAutoscalingClient.java
@@ -76,7 +76,7 @@ public ElasticsearchAutoscalingClient withTransportOptions(@Nullable TransportOp
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-delete-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -99,7 +99,7 @@ public DeleteAutoscalingPolicyResponse deleteAutoscalingPolicy(DeleteAutoscaling
* a function that initializes a builder to create the
* {@link DeleteAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-delete-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -136,7 +136,7 @@ public final DeleteAutoscalingPolicyResponse deleteAutoscalingPolicy(
* make autoscaling decisions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
public GetAutoscalingCapacityResponse getAutoscalingCapacity() throws IOException, ElasticsearchException {
@@ -154,7 +154,7 @@ public GetAutoscalingCapacityResponse getAutoscalingCapacity() throws IOExceptio
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
@@ -177,7 +177,7 @@ public GetAutoscalingPolicyResponse getAutoscalingPolicy(GetAutoscalingPolicyReq
* a function that initializes a builder to create the
* {@link GetAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-get-autoscaling-capacity.html">Documentation
* on elastic.co
*/
@@ -197,7 +197,7 @@ public final GetAutoscalingPolicyResponse getAutoscalingPolicy(
* supported.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-put-autoscaling-policy.html">Documentation
* on elastic.co
*/
@@ -220,7 +220,7 @@ public PutAutoscalingPolicyResponse putAutoscalingPolicy(PutAutoscalingPolicyReq
* a function that initializes a builder to create the
* {@link PutAutoscalingPolicyRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/autoscaling-put-autoscaling-policy.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
index dadde058f..21b7e6dcb 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatAsyncClient.java
@@ -75,7 +75,7 @@ public ElasticsearchCatAsyncClient withTransportOptions(@Nullable TransportOptio
* application consumption, use the aliases API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -98,7 +98,7 @@ public CompletableFuture aliases(AliasesRequest request) {
* a function that initializes a builder to create the
* {@link AliasesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -116,7 +116,7 @@ public final CompletableFuture aliases(
* application consumption, use the aliases API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -134,7 +134,7 @@ public CompletableFuture aliases() {
* applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -155,7 +155,7 @@ public CompletableFuture allocation(AllocationRequest reques
* a function that initializes a builder to create the
* {@link AllocationRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -171,7 +171,7 @@ public final CompletableFuture allocation(
* applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -257,7 +257,7 @@ public CompletableFuture componentTemplates() {
* application consumption, use the count API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -282,7 +282,7 @@ public CompletableFuture count(CountRequest request) {
* a function that initializes a builder to create the
* {@link CountRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -302,7 +302,7 @@ public final CompletableFuture count(
* application consumption, use the count API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -321,7 +321,7 @@ public CompletableFuture count() {
* stats API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -343,7 +343,7 @@ public CompletableFuture fielddata(FielddataRequest request)
* a function that initializes a builder to create the
* {@link FielddataRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -360,7 +360,7 @@ public final CompletableFuture fielddata(
* stats API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -386,7 +386,7 @@ public CompletableFuture fielddata() {
* of a large cluster over a longer period of time.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -415,7 +415,7 @@ public CompletableFuture health(HealthRequest request) {
* a function that initializes a builder to create the
* {@link HealthRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -439,7 +439,7 @@ public final CompletableFuture health(
* of a large cluster over a longer period of time.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -454,7 +454,7 @@ public CompletableFuture health() {
* Get CAT help. Returns help for the CAT APIs.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat.html">Documentation
* on elastic.co
*/
public CompletableFuture help() {
@@ -487,7 +487,7 @@ public CompletableFuture help() {
* application consumption, use an index endpoint.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -525,7 +525,7 @@ public CompletableFuture indices(IndicesRequest request) {
* a function that initializes a builder to create the
* {@link IndicesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -558,7 +558,7 @@ public final CompletableFuture indices(
* application consumption, use an index endpoint.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -576,7 +576,7 @@ public CompletableFuture indices() {
* for use by applications. For application consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-master.html">Documentation
* on elastic.co
*/
public CompletableFuture master() {
@@ -595,7 +595,7 @@ public CompletableFuture master() {
* consumption, use the get data frame analytics jobs statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -618,7 +618,7 @@ public CompletableFuture mlDataFrameAnalytics(MlDa
* a function that initializes a builder to create the
* {@link MlDataFrameAnalyticsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -636,7 +636,7 @@ public final CompletableFuture mlDataFrameAnalytic
* consumption, use the get data frame analytics jobs statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -659,7 +659,7 @@ public CompletableFuture mlDataFrameAnalytics() {
* consumption, use the get datafeed statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -685,7 +685,7 @@ public CompletableFuture mlDatafeeds(MlDatafeedsRequest req
* a function that initializes a builder to create the
* {@link MlDatafeedsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -706,7 +706,7 @@ public final CompletableFuture mlDatafeeds(
* consumption, use the get datafeed statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -729,7 +729,7 @@ public CompletableFuture mlDatafeeds() {
* consumption, use the get anomaly detection job statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -755,7 +755,7 @@ public CompletableFuture mlJobs(MlJobsRequest request) {
* a function that initializes a builder to create the
* {@link MlJobsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -776,7 +776,7 @@ public final CompletableFuture mlJobs(
* consumption, use the get anomaly detection job statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -796,7 +796,7 @@ public CompletableFuture mlJobs() {
* consumption, use the get trained models statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -819,7 +819,7 @@ public CompletableFuture mlTrainedModels(MlTrainedModel
* a function that initializes a builder to create the
* {@link MlTrainedModelsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -837,7 +837,7 @@ public final CompletableFuture mlTrainedModels(
* consumption, use the get trained models statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -855,7 +855,7 @@ public CompletableFuture mlTrainedModels() {
* use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodeattrs.html">Documentation
* on elastic.co
*/
public CompletableFuture nodeattrs() {
@@ -872,7 +872,7 @@ public CompletableFuture nodeattrs() {
* use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -893,7 +893,7 @@ public CompletableFuture nodes(NodesRequest request) {
* a function that initializes a builder to create the
* {@link NodesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -909,7 +909,7 @@ public final CompletableFuture nodes(
* use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -927,7 +927,7 @@ public CompletableFuture nodes() {
* consumption, use the pending cluster tasks API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-pending-tasks.html">Documentation
* on elastic.co
*/
public CompletableFuture pendingTasks() {
@@ -944,7 +944,7 @@ public CompletableFuture pendingTasks() {
* consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-plugins.html">Documentation
* on elastic.co
*/
public CompletableFuture plugins() {
@@ -966,7 +966,7 @@ public CompletableFuture plugins() {
* API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -992,7 +992,7 @@ public CompletableFuture recovery(RecoveryRequest request) {
* a function that initializes a builder to create the
* {@link RecoveryRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -1013,7 +1013,7 @@ public final CompletableFuture recovery(
* API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -1031,7 +1031,7 @@ public CompletableFuture recovery() {
* the get snapshot repository API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-repositories.html">Documentation
* on elastic.co
*/
public CompletableFuture repositories() {
@@ -1049,7 +1049,7 @@ public CompletableFuture repositories() {
* application consumption, use the index segments API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1071,7 +1071,7 @@ public CompletableFuture segments(SegmentsRequest request) {
* a function that initializes a builder to create the
* {@link SegmentsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1088,7 +1088,7 @@ public final CompletableFuture segments(
* application consumption, use the index segments API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1106,7 +1106,7 @@ public CompletableFuture segments() {
* are not intended for use by applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1127,7 +1127,7 @@ public CompletableFuture shards(ShardsRequest request) {
* a function that initializes a builder to create the
* {@link ShardsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1143,7 +1143,7 @@ public final CompletableFuture shards(
* are not intended for use by applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1162,7 +1162,7 @@ public CompletableFuture shards() {
* application consumption, use the get snapshot API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1184,7 +1184,7 @@ public CompletableFuture snapshots(SnapshotsRequest request)
* a function that initializes a builder to create the
* {@link SnapshotsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1201,7 +1201,7 @@ public final CompletableFuture snapshots(
* application consumption, use the get snapshot API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1219,7 +1219,7 @@ public CompletableFuture snapshots() {
* application consumption, use the task management API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1240,7 +1240,7 @@ public CompletableFuture tasks(TasksRequest request) {
* a function that initializes a builder to create the
* {@link TasksRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1256,7 +1256,7 @@ public final CompletableFuture tasks(
* application consumption, use the task management API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1275,7 +1275,7 @@ public CompletableFuture tasks() {
* applications. For application consumption, use the get index template API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1297,7 +1297,7 @@ public CompletableFuture templates(TemplatesRequest request)
* a function that initializes a builder to create the
* {@link TemplatesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1314,7 +1314,7 @@ public final CompletableFuture templates(
* applications. For application consumption, use the get index template API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1333,7 +1333,7 @@ public CompletableFuture templates() {
* application consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1355,7 +1355,7 @@ public CompletableFuture threadPool(ThreadPoolRequest reques
* a function that initializes a builder to create the
* {@link ThreadPoolRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1372,7 +1372,7 @@ public final CompletableFuture threadPool(
* application consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1391,7 +1391,7 @@ public CompletableFuture threadPool() {
* consumption, use the get transform statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
@@ -1413,7 +1413,7 @@ public CompletableFuture transforms(TransformsRequest reques
* a function that initializes a builder to create the
* {@link TransformsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
@@ -1430,7 +1430,7 @@ public final CompletableFuture transforms(
* consumption, use the get transform statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
index ce3b0dcf6..6ea7dca3e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ElasticsearchCatClient.java
@@ -76,7 +76,7 @@ public ElasticsearchCatClient withTransportOptions(@Nullable TransportOptions tr
* application consumption, use the aliases API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -99,7 +99,7 @@ public AliasesResponse aliases(AliasesRequest request) throws IOException, Elast
* a function that initializes a builder to create the
* {@link AliasesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -117,7 +117,7 @@ public final AliasesResponse aliases(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-alias.html">Documentation
* on elastic.co
*/
@@ -135,7 +135,7 @@ public AliasesResponse aliases() throws IOException, ElasticsearchException {
* applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -156,7 +156,7 @@ public AllocationResponse allocation(AllocationRequest request) throws IOExcepti
* a function that initializes a builder to create the
* {@link AllocationRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -172,7 +172,7 @@ public final AllocationResponse allocation(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-allocation.html">Documentation
* on elastic.co
*/
@@ -260,7 +260,7 @@ public ComponentTemplatesResponse componentTemplates() throws IOException, Elast
* application consumption, use the count API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -285,7 +285,7 @@ public CountResponse count(CountRequest request) throws IOException, Elasticsear
* a function that initializes a builder to create the
* {@link CountRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -305,7 +305,7 @@ public final CountResponse count(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-count.html">Documentation
* on elastic.co
*/
@@ -324,7 +324,7 @@ public CountResponse count() throws IOException, ElasticsearchException {
* stats API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -346,7 +346,7 @@ public FielddataResponse fielddata(FielddataRequest request) throws IOException,
* a function that initializes a builder to create the
* {@link FielddataRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -363,7 +363,7 @@ public final FielddataResponse fielddata(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-fielddata.html">Documentation
* on elastic.co
*/
@@ -389,7 +389,7 @@ public FielddataResponse fielddata() throws IOException, ElasticsearchException
* of a large cluster over a longer period of time.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -418,7 +418,7 @@ public HealthResponse health(HealthRequest request) throws IOException, Elastics
* a function that initializes a builder to create the
* {@link HealthRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -442,7 +442,7 @@ public final HealthResponse health(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-health.html">Documentation
* on elastic.co
*/
@@ -457,7 +457,7 @@ public HealthResponse health() throws IOException, ElasticsearchException {
* Get CAT help. Returns help for the CAT APIs.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat.html">Documentation
* on elastic.co
*/
public HelpResponse help() throws IOException, ElasticsearchException {
@@ -490,7 +490,7 @@ public HelpResponse help() throws IOException, ElasticsearchException {
* application consumption, use an index endpoint.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -528,7 +528,7 @@ public IndicesResponse indices(IndicesRequest request) throws IOException, Elast
* a function that initializes a builder to create the
* {@link IndicesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -561,7 +561,7 @@ public final IndicesResponse indices(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-indices.html">Documentation
* on elastic.co
*/
@@ -579,7 +579,7 @@ public IndicesResponse indices() throws IOException, ElasticsearchException {
* for use by applications. For application consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-master.html">Documentation
* on elastic.co
*/
public MasterResponse master() throws IOException, ElasticsearchException {
@@ -597,7 +597,7 @@ public MasterResponse master() throws IOException, ElasticsearchException {
* consumption, use the get data frame analytics jobs statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -621,7 +621,7 @@ public MlDataFrameAnalyticsResponse mlDataFrameAnalytics(MlDataFrameAnalyticsReq
* a function that initializes a builder to create the
* {@link MlDataFrameAnalyticsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -640,7 +640,7 @@ public final MlDataFrameAnalyticsResponse mlDataFrameAnalytics(
* consumption, use the get data frame analytics jobs statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-dfanalytics.html">Documentation
* on elastic.co
*/
@@ -663,7 +663,7 @@ public MlDataFrameAnalyticsResponse mlDataFrameAnalytics() throws IOException, E
* consumption, use the get datafeed statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -689,7 +689,7 @@ public MlDatafeedsResponse mlDatafeeds(MlDatafeedsRequest request) throws IOExce
* a function that initializes a builder to create the
* {@link MlDatafeedsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -711,7 +711,7 @@ public final MlDatafeedsResponse mlDatafeeds(
* consumption, use the get datafeed statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-datafeeds.html">Documentation
* on elastic.co
*/
@@ -734,7 +734,7 @@ public MlDatafeedsResponse mlDatafeeds() throws IOException, ElasticsearchExcept
* consumption, use the get anomaly detection job statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -760,7 +760,7 @@ public MlJobsResponse mlJobs(MlJobsRequest request) throws IOException, Elastics
* a function that initializes a builder to create the
* {@link MlJobsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -781,7 +781,7 @@ public final MlJobsResponse mlJobs(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-anomaly-detectors.html">Documentation
* on elastic.co
*/
@@ -801,7 +801,7 @@ public MlJobsResponse mlJobs() throws IOException, ElasticsearchException {
* consumption, use the get trained models statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -825,7 +825,7 @@ public MlTrainedModelsResponse mlTrainedModels(MlTrainedModelsRequest request)
* a function that initializes a builder to create the
* {@link MlTrainedModelsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -844,7 +844,7 @@ public final MlTrainedModelsResponse mlTrainedModels(
* consumption, use the get trained models statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-trained-model.html">Documentation
* on elastic.co
*/
@@ -862,7 +862,7 @@ public MlTrainedModelsResponse mlTrainedModels() throws IOException, Elasticsear
* use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodeattrs.html">Documentation
* on elastic.co
*/
public NodeattrsResponse nodeattrs() throws IOException, ElasticsearchException {
@@ -879,7 +879,7 @@ public NodeattrsResponse nodeattrs() throws IOException, ElasticsearchException
* use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -900,7 +900,7 @@ public NodesResponse nodes(NodesRequest request) throws IOException, Elasticsear
* a function that initializes a builder to create the
* {@link NodesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -916,7 +916,7 @@ public final NodesResponse nodes(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-nodes.html">Documentation
* on elastic.co
*/
@@ -934,7 +934,7 @@ public NodesResponse nodes() throws IOException, ElasticsearchException {
* consumption, use the pending cluster tasks API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-pending-tasks.html">Documentation
* on elastic.co
*/
public PendingTasksResponse pendingTasks() throws IOException, ElasticsearchException {
@@ -951,7 +951,7 @@ public PendingTasksResponse pendingTasks() throws IOException, ElasticsearchExce
* consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-plugins.html">Documentation
* on elastic.co
*/
public PluginsResponse plugins() throws IOException, ElasticsearchException {
@@ -972,7 +972,7 @@ public PluginsResponse plugins() throws IOException, ElasticsearchException {
* API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -998,7 +998,7 @@ public RecoveryResponse recovery(RecoveryRequest request) throws IOException, El
* a function that initializes a builder to create the
* {@link RecoveryRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -1019,7 +1019,7 @@ public final RecoveryResponse recovery(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-recovery.html">Documentation
* on elastic.co
*/
@@ -1037,7 +1037,7 @@ public RecoveryResponse recovery() throws IOException, ElasticsearchException {
* the get snapshot repository API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-repositories.html">Documentation
* on elastic.co
*/
public RepositoriesResponse repositories() throws IOException, ElasticsearchException {
@@ -1055,7 +1055,7 @@ public RepositoriesResponse repositories() throws IOException, ElasticsearchExce
* application consumption, use the index segments API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1077,7 +1077,7 @@ public SegmentsResponse segments(SegmentsRequest request) throws IOException, El
* a function that initializes a builder to create the
* {@link SegmentsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1094,7 +1094,7 @@ public final SegmentsResponse segments(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-segments.html">Documentation
* on elastic.co
*/
@@ -1112,7 +1112,7 @@ public SegmentsResponse segments() throws IOException, ElasticsearchException {
* are not intended for use by applications.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1133,7 +1133,7 @@ public ShardsResponse shards(ShardsRequest request) throws IOException, Elastics
* a function that initializes a builder to create the
* {@link ShardsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1149,7 +1149,7 @@ public final ShardsResponse shards(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-shards.html">Documentation
* on elastic.co
*/
@@ -1168,7 +1168,7 @@ public ShardsResponse shards() throws IOException, ElasticsearchException {
* application consumption, use the get snapshot API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1190,7 +1190,7 @@ public SnapshotsResponse snapshots(SnapshotsRequest request) throws IOException,
* a function that initializes a builder to create the
* {@link SnapshotsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1207,7 +1207,7 @@ public final SnapshotsResponse snapshots(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-snapshots.html">Documentation
* on elastic.co
*/
@@ -1225,7 +1225,7 @@ public SnapshotsResponse snapshots() throws IOException, ElasticsearchException
* application consumption, use the task management API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1246,7 +1246,7 @@ public TasksResponse tasks(TasksRequest request) throws IOException, Elasticsear
* a function that initializes a builder to create the
* {@link TasksRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1262,7 +1262,7 @@ public final TasksResponse tasks(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/tasks.html">Documentation
* on elastic.co
*/
@@ -1281,7 +1281,7 @@ public TasksResponse tasks() throws IOException, ElasticsearchException {
* applications. For application consumption, use the get index template API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1303,7 +1303,7 @@ public TemplatesResponse templates(TemplatesRequest request) throws IOException,
* a function that initializes a builder to create the
* {@link TemplatesRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1320,7 +1320,7 @@ public final TemplatesResponse templates(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-templates.html">Documentation
* on elastic.co
*/
@@ -1339,7 +1339,7 @@ public TemplatesResponse templates() throws IOException, ElasticsearchException
* application consumption, use the nodes info API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1361,7 +1361,7 @@ public ThreadPoolResponse threadPool(ThreadPoolRequest request) throws IOExcepti
* a function that initializes a builder to create the
* {@link ThreadPoolRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1378,7 +1378,7 @@ public final ThreadPoolResponse threadPool(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-thread-pool.html">Documentation
* on elastic.co
*/
@@ -1397,7 +1397,7 @@ public ThreadPoolResponse threadPool() throws IOException, ElasticsearchExceptio
* consumption, use the get transform statistics API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
@@ -1419,7 +1419,7 @@ public TransformsResponse transforms(TransformsRequest request) throws IOExcepti
* a function that initializes a builder to create the
* {@link TransformsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
@@ -1436,7 +1436,7 @@ public final TransformsResponse transforms(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cat-transforms.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
index 181007a40..694051069 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrAsyncClient.java
@@ -70,7 +70,7 @@ public ElasticsearchCcrAsyncClient withTransportOptions(@Nullable TransportOptio
* Deletes auto-follow patterns.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-delete-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -89,7 +89,7 @@ public CompletableFuture deleteAutoFollowPatter
* a function that initializes a builder to create the
* {@link DeleteAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-delete-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -105,7 +105,7 @@ public final CompletableFuture deleteAutoFollow
* index.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-follow.html">Documentation
* on elastic.co
*/
@@ -124,7 +124,7 @@ public CompletableFuture follow(FollowRequest request) {
* a function that initializes a builder to create the
* {@link FollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-follow.html">Documentation
* on elastic.co
*/
@@ -140,7 +140,7 @@ public final CompletableFuture follow(
* status for each follower index
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-info.html">Documentation
* on elastic.co
*/
@@ -159,7 +159,7 @@ public CompletableFuture followInfo(FollowInfoRequest reques
* a function that initializes a builder to create the
* {@link FollowInfoRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-info.html">Documentation
* on elastic.co
*/
@@ -175,7 +175,7 @@ public final CompletableFuture followInfo(
* associated with each shard for the specified indices.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-stats.html">Documentation
* on elastic.co
*/
@@ -194,7 +194,7 @@ public CompletableFuture followStats(FollowStatsRequest req
* a function that initializes a builder to create the
* {@link FollowStatsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-stats.html">Documentation
* on elastic.co
*/
@@ -209,7 +209,7 @@ public final CompletableFuture followStats(
* Removes the follower retention leases from the leader.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-forget-follower.html">Documentation
* on elastic.co
*/
@@ -227,7 +227,7 @@ public CompletableFuture forgetFollower(ForgetFollowerRe
* a function that initializes a builder to create the
* {@link ForgetFollowerRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-forget-follower.html">Documentation
* on elastic.co
*/
@@ -243,7 +243,7 @@ public final CompletableFuture forgetFollower(
* pattern collection.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -262,7 +262,7 @@ public CompletableFuture getAutoFollowPattern(GetA
* a function that initializes a builder to create the
* {@link GetAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -276,7 +276,7 @@ public final CompletableFuture getAutoFollowPatter
* pattern collection.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -291,7 +291,7 @@ public CompletableFuture getAutoFollowPattern() {
* Pauses an auto-follow pattern
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-pause-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -310,7 +310,7 @@ public CompletableFuture pauseAutoFollowPattern(
* a function that initializes a builder to create the
* {@link PauseAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-pause-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -326,7 +326,7 @@ public final CompletableFuture pauseAutoFollowPa
* operations from the leader index.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-pause-follow.html">Documentation
* on elastic.co
*/
@@ -345,7 +345,7 @@ public CompletableFuture pauseFollow(PauseFollowRequest req
* a function that initializes a builder to create the
* {@link PauseFollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-pause-follow.html">Documentation
* on elastic.co
*/
@@ -362,7 +362,7 @@ public final CompletableFuture pauseFollow(
* the specified patterns will be automatically configured as follower indices.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -382,7 +382,7 @@ public CompletableFuture putAutoFollowPattern(PutA
* a function that initializes a builder to create the
* {@link PutAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -397,7 +397,7 @@ public final CompletableFuture putAutoFollowPatter
* Resumes an auto-follow pattern that has been paused
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-resume-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -416,7 +416,7 @@ public CompletableFuture resumeAutoFollowPatter
* a function that initializes a builder to create the
* {@link ResumeAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-resume-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -431,7 +431,7 @@ public final CompletableFuture resumeAutoFollow
* Resumes a follower index that has been paused
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-resume-follow.html">Documentation
* on elastic.co
*/
@@ -449,7 +449,7 @@ public CompletableFuture resumeFollow(ResumeFollowRequest
* a function that initializes a builder to create the
* {@link ResumeFollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-resume-follow.html">Documentation
* on elastic.co
*/
@@ -464,7 +464,7 @@ public final CompletableFuture resumeFollow(
* Gets all stats related to cross-cluster replication.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-stats.html">Documentation
* on elastic.co
*/
public CompletableFuture stats() {
@@ -479,7 +479,7 @@ public CompletableFuture stats() {
* metadata and settings associated with cross-cluster replication.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-unfollow.html">Documentation
* on elastic.co
*/
@@ -498,7 +498,7 @@ public CompletableFuture unfollow(UnfollowRequest request) {
* a function that initializes a builder to create the
* {@link UnfollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-unfollow.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
index ed3406a46..d3d26f42e 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/ccr/ElasticsearchCcrClient.java
@@ -71,7 +71,7 @@ public ElasticsearchCcrClient withTransportOptions(@Nullable TransportOptions tr
* Deletes auto-follow patterns.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-delete-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -90,7 +90,7 @@ public DeleteAutoFollowPatternResponse deleteAutoFollowPattern(DeleteAutoFollowP
* a function that initializes a builder to create the
* {@link DeleteAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-delete-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -107,7 +107,7 @@ public final DeleteAutoFollowPatternResponse deleteAutoFollowPattern(
* index.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-follow.html">Documentation
* on elastic.co
*/
@@ -126,7 +126,7 @@ public FollowResponse follow(FollowRequest request) throws IOException, Elastics
* a function that initializes a builder to create the
* {@link FollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-follow.html">Documentation
* on elastic.co
*/
@@ -142,7 +142,7 @@ public final FollowResponse follow(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-info.html">Documentation
* on elastic.co
*/
@@ -161,7 +161,7 @@ public FollowInfoResponse followInfo(FollowInfoRequest request) throws IOExcepti
* a function that initializes a builder to create the
* {@link FollowInfoRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-info.html">Documentation
* on elastic.co
*/
@@ -177,7 +177,7 @@ public final FollowInfoResponse followInfo(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-stats.html">Documentation
* on elastic.co
*/
@@ -196,7 +196,7 @@ public FollowStatsResponse followStats(FollowStatsRequest request) throws IOExce
* a function that initializes a builder to create the
* {@link FollowStatsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-follow-stats.html">Documentation
* on elastic.co
*/
@@ -212,7 +212,7 @@ public final FollowStatsResponse followStats(
* Removes the follower retention leases from the leader.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-forget-follower.html">Documentation
* on elastic.co
*/
@@ -231,7 +231,7 @@ public ForgetFollowerResponse forgetFollower(ForgetFollowerRequest request)
* a function that initializes a builder to create the
* {@link ForgetFollowerRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-forget-follower.html">Documentation
* on elastic.co
*/
@@ -248,7 +248,7 @@ public final ForgetFollowerResponse forgetFollower(
* pattern collection.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -268,7 +268,7 @@ public GetAutoFollowPatternResponse getAutoFollowPattern(GetAutoFollowPatternReq
* a function that initializes a builder to create the
* {@link GetAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -283,7 +283,7 @@ public final GetAutoFollowPatternResponse getAutoFollowPattern(
* pattern collection.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -298,7 +298,7 @@ public GetAutoFollowPatternResponse getAutoFollowPattern() throws IOException, E
* Pauses an auto-follow pattern
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-pause-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -317,7 +317,7 @@ public PauseAutoFollowPatternResponse pauseAutoFollowPattern(PauseAutoFollowPatt
* a function that initializes a builder to create the
* {@link PauseAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-pause-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -334,7 +334,7 @@ public final PauseAutoFollowPatternResponse pauseAutoFollowPattern(
* operations from the leader index.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-pause-follow.html">Documentation
* on elastic.co
*/
@@ -353,7 +353,7 @@ public PauseFollowResponse pauseFollow(PauseFollowRequest request) throws IOExce
* a function that initializes a builder to create the
* {@link PauseFollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-pause-follow.html">Documentation
* on elastic.co
*/
@@ -371,7 +371,7 @@ public final PauseFollowResponse pauseFollow(
* the specified patterns will be automatically configured as follower indices.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -392,7 +392,7 @@ public PutAutoFollowPatternResponse putAutoFollowPattern(PutAutoFollowPatternReq
* a function that initializes a builder to create the
* {@link PutAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-put-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -408,7 +408,7 @@ public final PutAutoFollowPatternResponse putAutoFollowPattern(
* Resumes an auto-follow pattern that has been paused
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-resume-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -427,7 +427,7 @@ public ResumeAutoFollowPatternResponse resumeAutoFollowPattern(ResumeAutoFollowP
* a function that initializes a builder to create the
* {@link ResumeAutoFollowPatternRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-resume-auto-follow-pattern.html">Documentation
* on elastic.co
*/
@@ -443,7 +443,7 @@ public final ResumeAutoFollowPatternResponse resumeAutoFollowPattern(
* Resumes a follower index that has been paused
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-resume-follow.html">Documentation
* on elastic.co
*/
@@ -461,7 +461,7 @@ public ResumeFollowResponse resumeFollow(ResumeFollowRequest request) throws IOE
* a function that initializes a builder to create the
* {@link ResumeFollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-resume-follow.html">Documentation
* on elastic.co
*/
@@ -477,7 +477,7 @@ public final ResumeFollowResponse resumeFollow(
* Gets all stats related to cross-cluster replication.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-get-stats.html">Documentation
* on elastic.co
*/
public CcrStatsResponse stats() throws IOException, ElasticsearchException {
@@ -492,7 +492,7 @@ public CcrStatsResponse stats() throws IOException, ElasticsearchException {
* metadata and settings associated with cross-cluster replication.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-unfollow.html">Documentation
* on elastic.co
*/
@@ -511,7 +511,7 @@ public UnfollowResponse unfollow(UnfollowRequest request) throws IOException, El
* a function that initializes a builder to create the
* {@link UnfollowRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/ccr-post-unfollow.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterAsyncClient.java
index 12b3a5078..cdab5d556 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterAsyncClient.java
@@ -74,7 +74,7 @@ public ElasticsearchClusterAsyncClient withTransportOptions(@Nullable TransportO
* Provides explanations for shard allocations in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -92,7 +92,7 @@ public CompletableFuture allocationExplain(Allocation
* a function that initializes a builder to create the
* {@link AllocationExplainRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -105,7 +105,7 @@ public final CompletableFuture allocationExplain(
* Provides explanations for shard allocations in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -122,7 +122,7 @@ public CompletableFuture allocationExplain() {
* mappings, settings, and aliases.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -143,7 +143,7 @@ public CompletableFuture deleteComponentTemplat
* a function that initializes a builder to create the
* {@link DeleteComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -158,7 +158,7 @@ public final CompletableFuture deleteComponentT
* Clears cluster voting config exclusions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -177,7 +177,7 @@ public CompletableFuture deleteVotingConfigExclusions(
* a function that initializes a builder to create the
* {@link DeleteVotingConfigExclusionsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -190,7 +190,7 @@ public final CompletableFuture deleteVotingConfigExclusions(
* Clears cluster voting config exclusions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -206,7 +206,7 @@ public CompletableFuture deleteVotingConfigExclusions() {
* component template exists.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -225,7 +225,7 @@ public CompletableFuture existsComponentTemplate(ExistsComponen
* a function that initializes a builder to create the
* {@link ExistsComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -240,7 +240,7 @@ public final CompletableFuture existsComponentTemplate(
* Get component templates. Retrieves information about component templates.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -258,7 +258,7 @@ public CompletableFuture getComponentTemplate(GetC
* a function that initializes a builder to create the
* {@link GetComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -271,7 +271,7 @@ public final CompletableFuture getComponentTemplat
* Get component templates. Retrieves information about component templates.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -287,7 +287,7 @@ public CompletableFuture getComponentTemplate() {
* been explicitly defined.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -306,7 +306,7 @@ public CompletableFuture getSettings(GetClusterSetti
* a function that initializes a builder to create the
* {@link GetClusterSettingsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -320,7 +320,7 @@ public final CompletableFuture getSettings(
* been explicitly defined.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -343,7 +343,7 @@ public CompletableFuture getSettings() {
* The cluster status is controlled by the worst index status.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -369,7 +369,7 @@ public CompletableFuture health(HealthRequest request) {
* a function that initializes a builder to create the
* {@link HealthRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -390,7 +390,7 @@ public final CompletableFuture health(
* The cluster status is controlled by the worst index status.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -405,7 +405,7 @@ public CompletableFuture health() {
* Get cluster info. Returns basic information about the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-info.html">Documentation
* on elastic.co
*/
@@ -423,7 +423,7 @@ public CompletableFuture info(ClusterInfoRequest request) {
* a function that initializes a builder to create the
* {@link ClusterInfoRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-info.html">Documentation
* on elastic.co
*/
@@ -445,7 +445,7 @@ public final CompletableFuture info(
* reported by both task api and pending cluster tasks API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -470,7 +470,7 @@ public CompletableFuture pendingTasks(PendingTasksRequest
* a function that initializes a builder to create the
* {@link PendingTasksRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -490,7 +490,7 @@ public final CompletableFuture pendingTasks(
* reported by both task api and pending cluster tasks API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -505,7 +505,7 @@ public CompletableFuture pendingTasks() {
* Updates the cluster voting config exclusions by node ids or node names.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -523,7 +523,7 @@ public CompletableFuture postVotingConfigExclusions(PostVotingC
* a function that initializes a builder to create the
* {@link PostVotingConfigExclusionsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -536,7 +536,7 @@ public final CompletableFuture postVotingConfigExclusions(
* Updates the cluster voting config exclusions by node ids or node names.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -571,7 +571,7 @@ public CompletableFuture postVotingConfigExclusions() {
* before the opening curly bracket.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -609,7 +609,7 @@ public CompletableFuture putComponentTemplate(PutC
* a function that initializes a builder to create the
* {@link PutComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -624,7 +624,7 @@ public final CompletableFuture putComponentTemplat
* Updates the cluster settings.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -642,7 +642,7 @@ public CompletableFuture putSettings(PutClusterSetti
* a function that initializes a builder to create the
* {@link PutClusterSettingsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -655,7 +655,7 @@ public final CompletableFuture putSettings(
* Updates the cluster settings.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -672,7 +672,7 @@ public CompletableFuture putSettings() {
* keyed by the configured remote cluster alias.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-remote-info.html">Documentation
* on elastic.co
*/
public CompletableFuture remoteInfo() {
@@ -686,7 +686,7 @@ public CompletableFuture remoteInfo() {
* Allows to manually change the allocation of individual shards in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -704,7 +704,7 @@ public CompletableFuture reroute(RerouteRequest request) {
* a function that initializes a builder to create the
* {@link RerouteRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -717,7 +717,7 @@ public final CompletableFuture reroute(
* Allows to manually change the allocation of individual shards in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -732,7 +732,7 @@ public CompletableFuture reroute() {
* Returns a comprehensive information about the state of the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -750,7 +750,7 @@ public CompletableFuture state(StateRequest request) {
* a function that initializes a builder to create the
* {@link StateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -763,7 +763,7 @@ public final CompletableFuture state(
* Returns a comprehensive information about the state of the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -781,7 +781,7 @@ public CompletableFuture state() {
* plugins).
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
@@ -802,7 +802,7 @@ public CompletableFuture stats(ClusterStatsRequest request
* a function that initializes a builder to create the
* {@link ClusterStatsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
@@ -818,7 +818,7 @@ public final CompletableFuture stats(
* plugins).
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterClient.java
index 767e17092..199eb6aa2 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/ElasticsearchClusterClient.java
@@ -72,7 +72,7 @@ public ElasticsearchClusterClient withTransportOptions(@Nullable TransportOption
* Provides explanations for shard allocations in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -91,7 +91,7 @@ public AllocationExplainResponse allocationExplain(AllocationExplainRequest requ
* a function that initializes a builder to create the
* {@link AllocationExplainRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -105,7 +105,7 @@ public final AllocationExplainResponse allocationExplain(
* Provides explanations for shard allocations in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-allocation-explain.html">Documentation
* on elastic.co
*/
@@ -122,7 +122,7 @@ public AllocationExplainResponse allocationExplain() throws IOException, Elastic
* mappings, settings, and aliases.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -143,7 +143,7 @@ public DeleteComponentTemplateResponse deleteComponentTemplate(DeleteComponentTe
* a function that initializes a builder to create the
* {@link DeleteComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -159,7 +159,7 @@ public final DeleteComponentTemplateResponse deleteComponentTemplate(
* Clears cluster voting config exclusions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -178,7 +178,7 @@ public BooleanResponse deleteVotingConfigExclusions(DeleteVotingConfigExclusions
* a function that initializes a builder to create the
* {@link DeleteVotingConfigExclusionsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -192,7 +192,7 @@ public final BooleanResponse deleteVotingConfigExclusions(
* Clears cluster voting config exclusions.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -208,7 +208,7 @@ public BooleanResponse deleteVotingConfigExclusions() throws IOException, Elasti
* component template exists.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -228,7 +228,7 @@ public BooleanResponse existsComponentTemplate(ExistsComponentTemplateRequest re
* a function that initializes a builder to create the
* {@link ExistsComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -244,7 +244,7 @@ public final BooleanResponse existsComponentTemplate(
* Get component templates. Retrieves information about component templates.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -263,7 +263,7 @@ public GetComponentTemplateResponse getComponentTemplate(GetComponentTemplateReq
* a function that initializes a builder to create the
* {@link GetComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -277,7 +277,7 @@ public final GetComponentTemplateResponse getComponentTemplate(
* Get component templates. Retrieves information about component templates.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -293,7 +293,7 @@ public GetComponentTemplateResponse getComponentTemplate() throws IOException, E
* been explicitly defined.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -313,7 +313,7 @@ public GetClusterSettingsResponse getSettings(GetClusterSettingsRequest request)
* a function that initializes a builder to create the
* {@link GetClusterSettingsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -328,7 +328,7 @@ public final GetClusterSettingsResponse getSettings(
* been explicitly defined.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-get-settings.html">Documentation
* on elastic.co
*/
@@ -351,7 +351,7 @@ public GetClusterSettingsResponse getSettings() throws IOException, Elasticsearc
* The cluster status is controlled by the worst index status.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -377,7 +377,7 @@ public HealthResponse health(HealthRequest request) throws IOException, Elastics
* a function that initializes a builder to create the
* {@link HealthRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -398,7 +398,7 @@ public final HealthResponse health(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-health.html">Documentation
* on elastic.co
*/
@@ -413,7 +413,7 @@ public HealthResponse health() throws IOException, ElasticsearchException {
* Get cluster info. Returns basic information about the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-info.html">Documentation
* on elastic.co
*/
@@ -431,7 +431,7 @@ public ClusterInfoResponse info(ClusterInfoRequest request) throws IOException,
* a function that initializes a builder to create the
* {@link ClusterInfoRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-info.html">Documentation
* on elastic.co
*/
@@ -453,7 +453,7 @@ public final ClusterInfoResponse info(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -478,7 +478,7 @@ public PendingTasksResponse pendingTasks(PendingTasksRequest request) throws IOE
* a function that initializes a builder to create the
* {@link PendingTasksRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -499,7 +499,7 @@ public final PendingTasksResponse pendingTasks(
* reported by both task api and pending cluster tasks API.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-pending.html">Documentation
* on elastic.co
*/
@@ -514,7 +514,7 @@ public PendingTasksResponse pendingTasks() throws IOException, ElasticsearchExce
* Updates the cluster voting config exclusions by node ids or node names.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -533,7 +533,7 @@ public BooleanResponse postVotingConfigExclusions(PostVotingConfigExclusionsRequ
* a function that initializes a builder to create the
* {@link PostVotingConfigExclusionsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -547,7 +547,7 @@ public final BooleanResponse postVotingConfigExclusions(
* Updates the cluster voting config exclusions by node ids or node names.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/voting-config-exclusions.html">Documentation
* on elastic.co
*/
@@ -582,7 +582,7 @@ public BooleanResponse postVotingConfigExclusions() throws IOException, Elastics
* before the opening curly bracket.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -621,7 +621,7 @@ public PutComponentTemplateResponse putComponentTemplate(PutComponentTemplateReq
* a function that initializes a builder to create the
* {@link PutComponentTemplateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/indices-component-template.html">Documentation
* on elastic.co
*/
@@ -637,7 +637,7 @@ public final PutComponentTemplateResponse putComponentTemplate(
* Updates the cluster settings.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -656,7 +656,7 @@ public PutClusterSettingsResponse putSettings(PutClusterSettingsRequest request)
* a function that initializes a builder to create the
* {@link PutClusterSettingsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -670,7 +670,7 @@ public final PutClusterSettingsResponse putSettings(
* Updates the cluster settings.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-update-settings.html">Documentation
* on elastic.co
*/
@@ -687,7 +687,7 @@ public PutClusterSettingsResponse putSettings() throws IOException, Elasticsearc
* keyed by the configured remote cluster alias.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-remote-info.html">Documentation
* on elastic.co
*/
public RemoteInfoResponse remoteInfo() throws IOException, ElasticsearchException {
@@ -701,7 +701,7 @@ public RemoteInfoResponse remoteInfo() throws IOException, ElasticsearchExceptio
* Allows to manually change the allocation of individual shards in the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -719,7 +719,7 @@ public RerouteResponse reroute(RerouteRequest request) throws IOException, Elast
* a function that initializes a builder to create the
* {@link RerouteRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -732,7 +732,7 @@ public final RerouteResponse reroute(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-reroute.html">Documentation
* on elastic.co
*/
@@ -747,7 +747,7 @@ public RerouteResponse reroute() throws IOException, ElasticsearchException {
* Returns a comprehensive information about the state of the cluster.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -765,7 +765,7 @@ public StateResponse state(StateRequest request) throws IOException, Elasticsear
* a function that initializes a builder to create the
* {@link StateRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -778,7 +778,7 @@ public final StateResponse state(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-state.html">Documentation
* on elastic.co
*/
@@ -796,7 +796,7 @@ public StateResponse state() throws IOException, ElasticsearchException {
* plugins).
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
@@ -817,7 +817,7 @@ public ClusterStatsResponse stats(ClusterStatsRequest request) throws IOExceptio
* a function that initializes a builder to create the
* {@link ClusterStatsRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
@@ -834,7 +834,7 @@ public final ClusterStatsResponse stats(
* plugins).
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cluster-stats.html">Documentation
* on elastic.co
*/
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/reroute/CommandAllocateReplicaAction.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/reroute/CommandAllocateReplicaAction.java
index 103e89064..4106a1ee3 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/reroute/CommandAllocateReplicaAction.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/reroute/CommandAllocateReplicaAction.java
@@ -56,7 +56,7 @@
/**
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/modules-cluster.html">Documentation
* on elastic.co
* @see API
diff --git a/java-client/src/main/java/co/elastic/clients/elasticsearch/connector/ElasticsearchConnectorAsyncClient.java b/java-client/src/main/java/co/elastic/clients/elasticsearch/connector/ElasticsearchConnectorAsyncClient.java
index 290030bf1..e1c2cb27b 100644
--- a/java-client/src/main/java/co/elastic/clients/elasticsearch/connector/ElasticsearchConnectorAsyncClient.java
+++ b/java-client/src/main/java/co/elastic/clients/elasticsearch/connector/ElasticsearchConnectorAsyncClient.java
@@ -76,7 +76,7 @@ public ElasticsearchConnectorAsyncClient withTransportOptions(@Nullable Transpor
* current timestamp.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/check-in-connector-api.html">Documentation
* on elastic.co
*/
@@ -97,7 +97,7 @@ public CompletableFuture checkIn(CheckInRequest request) {
* a function that initializes a builder to create the
* {@link CheckInRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/check-in-connector-api.html">Documentation
* on elastic.co
*/
@@ -117,7 +117,7 @@ public final CompletableFuture checkIn(
* to be removed manually.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/delete-connector-api.html">Documentation
* on elastic.co
*/
@@ -140,7 +140,7 @@ public CompletableFuture delete(DeleteConnectorRequest
* a function that initializes a builder to create the
* {@link DeleteConnectorRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/delete-connector-api.html">Documentation
* on elastic.co
*/
@@ -157,7 +157,7 @@ public final CompletableFuture delete(
* Get the details about a connector.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-connector-api.html">Documentation
* on elastic.co
*/
@@ -177,7 +177,7 @@ public CompletableFuture get(GetConnectorRequest request)
* a function that initializes a builder to create the
* {@link GetConnectorRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-connector-api.html">Documentation
* on elastic.co
*/
@@ -194,7 +194,7 @@ public final CompletableFuture get(
* Get information about all connectors.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-api.html">Documentation
* on elastic.co
*/
@@ -214,7 +214,7 @@ public CompletableFuture list(ListRequest request) {
* a function that initializes a builder to create the
* {@link ListRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-api.html">Documentation
* on elastic.co
*/
@@ -228,7 +228,7 @@ public final CompletableFuture list(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-api.html">Documentation
* on elastic.co
*/
@@ -249,7 +249,7 @@ public CompletableFuture list() {
* self-managed on your infrastructure.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -273,7 +273,7 @@ public CompletableFuture post(PostRequest request) {
* a function that initializes a builder to create the
* {@link PostRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -291,7 +291,7 @@ public final CompletableFuture post(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -306,7 +306,7 @@ public CompletableFuture post() {
* Create or update a connector.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -324,7 +324,7 @@ public CompletableFuture put(PutRequest request) {
* a function that initializes a builder to create the
* {@link PutRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -336,7 +336,7 @@ public final CompletableFuture put(FunctionDocumentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-api.html">Documentation
* on elastic.co
*/
@@ -356,7 +356,7 @@ public CompletableFuture put() {
* cancelled.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cancel-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -379,7 +379,7 @@ public CompletableFuture syncJobCancel(SyncJobCancelReque
* a function that initializes a builder to create the
* {@link SyncJobCancelRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/cancel-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -397,7 +397,7 @@ public final CompletableFuture syncJobCancel(
* action that is not recoverable.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/delete-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -418,7 +418,7 @@ public CompletableFuture syncJobDelete(SyncJobDeleteReque
* a function that initializes a builder to create the
* {@link SyncJobDeleteRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/delete-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -433,7 +433,7 @@ public final CompletableFuture syncJobDelete(
* Get a connector sync job.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -451,7 +451,7 @@ public CompletableFuture syncJobGet(SyncJobGetRequest reques
* a function that initializes a builder to create the
* {@link SyncJobGetRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/get-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -469,7 +469,7 @@ public final CompletableFuture syncJobGet(
* date in ascending order.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-sync-jobs-api.html">Documentation
* on elastic.co
*/
@@ -490,7 +490,7 @@ public CompletableFuture syncJobList(SyncJobListRequest req
* a function that initializes a builder to create the
* {@link SyncJobListRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-sync-jobs-api.html">Documentation
* on elastic.co
*/
@@ -506,7 +506,7 @@ public final CompletableFuture syncJobList(
* date in ascending order.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/list-connector-sync-jobs-api.html">Documentation
* on elastic.co
*/
@@ -524,7 +524,7 @@ public CompletableFuture syncJobList() {
* counters and timestamps with default values.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -545,7 +545,7 @@ public CompletableFuture syncJobPost(SyncJobPostRequest req
* a function that initializes a builder to create the
* {@link SyncJobPostRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/create-connector-sync-job-api.html">Documentation
* on elastic.co
*/
@@ -562,7 +562,7 @@ public final CompletableFuture syncJobPost(
* Activates the valid draft filtering for a connector.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-api.html">Documentation
* on elastic.co
*/
@@ -583,7 +583,7 @@ public CompletableFuture updateActiveFiltering(
* a function that initializes a builder to create the
* {@link UpdateActiveFilteringRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-api.html">Documentation
* on elastic.co
*/
@@ -604,7 +604,7 @@ public final CompletableFuture updateActiveFilter
* Self-managed connectors (connector clients) do not use this field.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-api-key-id-api.html">Documentation
* on elastic.co
*/
@@ -628,7 +628,7 @@ public CompletableFuture updateApiKeyId(UpdateApiKeyIdRe
* a function that initializes a builder to create the
* {@link UpdateApiKeyIdRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-api-key-id-api.html">Documentation
* on elastic.co
*/
@@ -645,7 +645,7 @@ public final CompletableFuture updateApiKeyId(
* Update the configuration field in the connector document.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-configuration-api.html">Documentation
* on elastic.co
*/
@@ -665,7 +665,7 @@ public CompletableFuture updateConfiguration(Update
* a function that initializes a builder to create the
* {@link UpdateConfigurationRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-configuration-api.html">Documentation
* on elastic.co
*/
@@ -684,7 +684,7 @@ public final CompletableFuture updateConfiguration(
* the error is reset to null, the connector status is updated to connected.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-error-api.html">Documentation
* on elastic.co
*/
@@ -706,7 +706,7 @@ public CompletableFuture updateError(UpdateErrorRequest req
* a function that initializes a builder to create the
* {@link UpdateErrorRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-error-api.html">Documentation
* on elastic.co
*/
@@ -726,7 +726,7 @@ public final CompletableFuture updateError(
* configure sync rules (both basic and advanced) for a connector.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-api.html">Documentation
* on elastic.co
*/
@@ -749,7 +749,7 @@ public CompletableFuture updateFiltering(UpdateFilterin
* a function that initializes a builder to create the
* {@link UpdateFilteringRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-api.html">Documentation
* on elastic.co
*/
@@ -766,7 +766,7 @@ public final CompletableFuture updateFiltering(
* Update the draft filtering validation info for a connector.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-validation-api.html">Documentation
* on elastic.co
*/
@@ -787,7 +787,7 @@ public CompletableFuture updateFilteringValid
* a function that initializes a builder to create the
* {@link UpdateFilteringValidationRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-filtering-validation-api.html">Documentation
* on elastic.co
*/
@@ -805,7 +805,7 @@ public final CompletableFuture updateFilterin
* where the data ingested by the connector is stored.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-index-name-api.html">Documentation
* on elastic.co
*/
@@ -826,7 +826,7 @@ public CompletableFuture updateIndexName(UpdateIndexNam
* a function that initializes a builder to create the
* {@link UpdateIndexNameRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-index-name-api.html">Documentation
* on elastic.co
*/
@@ -841,7 +841,7 @@ public final CompletableFuture updateIndexName(
* Update the connector name and description.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-name-description-api.html">Documentation
* on elastic.co
*/
@@ -859,7 +859,7 @@ public CompletableFuture updateName(UpdateNameRequest reques
* a function that initializes a builder to create the
* {@link UpdateNameRequest}
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-name-description-api.html">Documentation
* on elastic.co
*/
@@ -874,7 +874,7 @@ public final CompletableFuture updateName(
* Update the connector is_native flag.
*
* @see Documentation
+ * "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/update-connector-native-api.html">Documentation
* on elastic.co
*/
@@ -892,7 +892,7 @@ public CompletableFuture updateNative(UpdateNativeRequest
* a function that initializes a builder to create the
* {@link UpdateNativeRequest}
* @see