diff --git a/client/rest-high-level/src/main/java/org/elasticsearch/client/DataFrameClient.java b/client/rest-high-level/src/main/java/org/elasticsearch/client/DataFrameClient.java index b758968f0a9..8d7d3bc2ed4 100644 --- a/client/rest-high-level/src/main/java/org/elasticsearch/client/DataFrameClient.java +++ b/client/rest-high-level/src/main/java/org/elasticsearch/client/DataFrameClient.java @@ -49,7 +49,8 @@ public final class DataFrameClient { * Creates a new Data Frame Transform *

* For additional info - * see Data Frame PUT transform documentation + * see + * Create data frame transform documentation * * @param request The PutDataFrameTransformRequest containing the * {@link org.elasticsearch.client.dataframe.transforms.DataFrameTransformConfig}. @@ -69,7 +70,8 @@ public final class DataFrameClient { * Creates a new Data Frame Transform asynchronously and notifies listener on completion *

* For additional info - * see Data Frame PUT transform documentation + * see + * Create data frame transform documentation * * @param request The PutDataFrameTransformRequest containing the * {@link org.elasticsearch.client.dataframe.transforms.DataFrameTransformConfig}. @@ -90,7 +92,8 @@ public final class DataFrameClient { * Get the running statistics of a Data Frame Transform *

* For additional info - * see Get Data Frame transform stats documentation + * see + * Get data frame transform stats documentation * * @param request Specifies the which transforms to get the stats for * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -110,7 +113,8 @@ public final class DataFrameClient { * Get the running statistics of a Data Frame Transform asynchronously and notifies listener on completion *

* For additional info - * see Get Data Frame transform stats documentation + * see + * Get data frame transform stats documentation * * @param request Specifies the which transforms to get the stats for * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -130,7 +134,8 @@ public final class DataFrameClient { * Delete a data frame transform *

* For additional info - * see Data Frame delete transform documentation + * see + * Delete data frame transform documentation * * @param request The delete data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -150,7 +155,8 @@ public final class DataFrameClient { * Delete a data frame transform asynchronously and notifies listener on completion *

* For additional info - * see Data Frame delete transform documentation + * see + * Delete data frame transform documentation * * @param request The delete data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -170,7 +176,8 @@ public final class DataFrameClient { * Preview the result of a data frame transform *

* For additional info - * see Preview Data Frame transform documentation + * see + * Preview data frame transform documentation * * @param request The preview data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -189,8 +196,8 @@ public final class DataFrameClient { /** * Preview the result of a data frame transform asynchronously and notifies listener on completion *

- * For additional info - * see Preview Data Frame transform documentation + * see + * Preview data frame transform documentation * * @param request The preview data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -210,7 +217,8 @@ public final class DataFrameClient { * Start a data frame transform *

* For additional info - * see Start Data Frame transform documentation + * see + * Start data frame transform documentation * * @param request The start data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -230,7 +238,8 @@ public final class DataFrameClient { * Start a data frame transform asynchronously and notifies listener on completion *

* For additional info - * see Start Data Frame transform documentation + * see + * Start data frame transform documentation * * @param request The start data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -250,7 +259,8 @@ public final class DataFrameClient { * Stop a data frame transform *

* For additional info - * see Stop Data Frame transform documentation + * see + * Stop data frame transform documentation * * @param request The stop data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -270,7 +280,8 @@ public final class DataFrameClient { * Stop a data frame transform asynchronously and notifies listener on completion *

* For additional info - * see Stop Data Frame transform documentation + * see + * Stop data frame transform documentation * * @param request The stop data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -290,7 +301,8 @@ public final class DataFrameClient { * Get one or more data frame transform configurations *

* For additional info - * see Get Data Frame transform documentation + * see + * Get data frame transform documentation * * @param request The get data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized @@ -310,7 +322,8 @@ public final class DataFrameClient { * Get one or more data frame transform configurations asynchronously and notifies listener on completion *

* For additional info - * see Get Data Frame transform documentation + * see + * Get data frame transform documentation * * @param request The get data frame transform request * @param options Additional request options (e.g. headers), use {@link RequestOptions#DEFAULT} if nothing needs to be customized diff --git a/client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java b/client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java index 5727967b5d4..35abf5e8518 100644 --- a/client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java +++ b/client/rest-high-level/src/main/java/org/elasticsearch/client/RestHighLevelClient.java @@ -472,7 +472,8 @@ public class RestHighLevelClient implements Closeable { * are shipped with the Elastic Stack distribution of Elasticsearch. All of * these APIs will 404 if run against the OSS distribution of Elasticsearch. *

- * See the Data Frame APIs on elastic.co for more information. + * See the + * Data Frame APIs on elastic.co for more information. * * @return the client wrapper for making Data Frame API calls */