Skip to content

Commit 26849dc

Browse files
committed
[codegen] updated to latest api spec + generator
1 parent bd8d2f6 commit 26849dc

File tree

190 files changed

+22596
-1292
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+22596
-1292
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java

Lines changed: 104 additions & 78 deletions
Large diffs are not rendered by default.

java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java

Lines changed: 104 additions & 78 deletions
Large diffs are not rendered by default.

java-client/src/main/java/co/elastic/clients/elasticsearch/cat/AliasesRequest.java

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,17 @@
5757
// typedef: cat.aliases.Request
5858

5959
/**
60-
* Retrieves the cluster’s index aliases, including filter and routing
61-
* information. The API does not return data stream aliases. IMPORTANT: cat APIs
62-
* are only intended for human consumption using the command line or the Kibana
63-
* console. They are not intended for use by applications. For application
64-
* consumption, use the aliases API.
65-
*
60+
* Get aliases. Retrieves the cluster’s index aliases, including filter and
61+
* routing information. The API does not return data stream aliases.
62+
* <blockquote>
63+
* <p>
64+
* info CAT APIs are only intended for human consumption using the command line
65+
* or the Kibana console. They are not intended for use by applications. For
66+
* application consumption, use <a href="#endpoint-alias">the /_alias
67+
* endpoints</a>.
68+
* </p>
69+
* </blockquote>
70+
*
6671
* @see <a href="../doc-files/api-spec.html#cat.aliases.Request">API
6772
* specification</a>
6873
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/cat/ComponentTemplatesRequest.java

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,17 @@
5353
// typedef: cat.component_templates.Request
5454

5555
/**
56-
* Returns information about component templates in a cluster. Component
57-
* templates are building blocks for constructing index templates that specify
58-
* index mappings, settings, and aliases. IMPORTANT: cat APIs are only intended
59-
* for human consumption using the command line or Kibana console. They are not
60-
* intended for use by applications. For application consumption, use the get
61-
* component template API.
62-
*
56+
* Get component templates. Returns information about component templates in a
57+
* cluster. Component templates are building blocks for constructing index
58+
* templates that specify index mappings, settings, and aliases. <blockquote>
59+
* <p>
60+
* info CAT APIs are only intended for human consumption using the command line
61+
* or Kibana console. They are not intended for use by applications. For
62+
* application consumption, use <a href="#endpoint-component-template">the
63+
* /_component_template endpoints</a>.
64+
* </p>
65+
* </blockquote>
66+
*
6367
* @see <a href="../doc-files/api-spec.html#cat.component_templates.Request">API
6468
* specification</a>
6569
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/cat/CountRequest.java

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,18 @@
5656
// typedef: cat.count.Request
5757

5858
/**
59-
* Provides quick access to a document count for a data stream, an index, or an
60-
* entire cluster. NOTE: The document count only includes live documents, not
61-
* deleted documents which have not yet been removed by the merge process.
62-
* IMPORTANT: cat APIs are only intended for human consumption using the command
63-
* line or Kibana console. They are not intended for use by applications. For
64-
* application consumption, use the count API.
65-
*
59+
* Get a document count. Provides quick access to a document count for a data
60+
* stream, an index, or an entire cluster.n/ The document count only includes
61+
* live documents, not deleted documents which have not yet been removed by the
62+
* merge process. <blockquote>
63+
* <p>
64+
* info CAT APIs are only intended for human consumption using the command line
65+
* or Kibana console. They are not intended for use by applications. For
66+
* application consumption, use <a href="#endpoint-count">the /_count
67+
* endpoints</a>.
68+
* </p>
69+
* </blockquote>
70+
*
6671
* @see <a href="../doc-files/api-spec.html#cat.count.Request">API
6772
* specification</a>
6873
*/

0 commit comments

Comments
 (0)