Skip to content

Commit 8eeb5e8

Browse files
committed
[codegen] update to latest spec
1 parent 334323f commit 8eeb5e8

File tree

165 files changed

+6200
-2057
lines changed

Some content is hidden

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

165 files changed

+6200
-2057
lines changed

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

Lines changed: 220 additions & 26 deletions
Large diffs are not rendered by default.

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

Lines changed: 220 additions & 26 deletions
Large diffs are not rendered by default.

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/SortOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
/**
6060
*
6161
* @see <a href=
62-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/sort-search-results.html">Documentation
62+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/sort-search-results.html">Documentation
6363
* on elastic.co</a>
6464
* @see <a href="../doc-files/api-spec.html#_types.SortOptions">API
6565
* specification</a>

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/analysis/Normalizer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
/**
5858
*
5959
* @see <a href=
60-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-normalizers.html">Documentation
60+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/analysis-normalizers.html">Documentation
6161
* on elastic.co</a>
6262
* @see <a href="../../doc-files/api-spec.html#_types.analysis.Normalizer">API
6363
* specification</a>

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/GeoShapeProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* searching with arbitrary geo shapes such as rectangles and polygons.
5454
*
5555
* @see <a href=
56-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/geo-shape.html">Documentation
56+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/geo-shape.html">Documentation
5757
* on elastic.co</a>
5858
* @see <a href=
5959
* "../../doc-files/api-spec.html#_types.mapping.GeoShapeProperty">API

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/mapping/ShapeProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* polygons.
5555
*
5656
* @see <a href=
57-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/shape.html">Documentation
57+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/shape.html">Documentation
5858
* on elastic.co</a>
5959
* @see <a href="../../doc-files/api-spec.html#_types.mapping.ShapeProperty">API
6060
* specification</a>

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Like.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* the text.
6161
*
6262
* @see <a href=
63-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl-mlt-query.html#_document_input_parameters">Documentation
63+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/query-dsl-mlt-query.html#_document_input_parameters">Documentation
6464
* on elastic.co</a>
6565
* @see <a href="../../doc-files/api-spec.html#_types.query_dsl.Like">API
6666
* specification</a>

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/query_dsl/Query.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@
6262
/**
6363
*
6464
* @see <a href=
65-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl.html">Documentation
66-
* on elastic.co</a>
67-
* @see <a href=
6865
* "../../doc-files/api-spec.html#_types.query_dsl.QueryContainer">API
6966
* specification</a>
7067
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/AsyncSearchStatusRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
// typedef: async_search.status.Request
5757

5858
/**
59-
* Get async search status Retrieves the status of a previously submitted async
59+
* Get async search status. Retrieve the status of a previously submitted async
6060
* search request given its identifier, without retrieving search results. If
6161
* the Elasticsearch security features are enabled, use of this API is
6262
* restricted to the <code>monitoring_user</code> role.

java-client/src/main/java/co/elastic/clients/elasticsearch/async_search/DeleteAsyncSearchRequest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
// typedef: async_search.delete.Request
5757

5858
/**
59-
* Deletes an async search by identifier. If the search is still running, the
60-
* search request will be cancelled. Otherwise, the saved search results are
61-
* deleted. If the Elasticsearch security features are enabled, the deletion of
62-
* a specific async search is restricted to: the authenticated user that
63-
* submitted the original search request; users that have the
64-
* <code>cancel_task</code> cluster privilege.
59+
* Delete an async search. If the asynchronous search is still running, it is
60+
* cancelled. Otherwise, the saved search results are deleted. If the
61+
* Elasticsearch security features are enabled, the deletion of a specific async
62+
* search is restricted to: the authenticated user that submitted the original
63+
* search request; users that have the <code>cancel_task</code> cluster
64+
* privilege.
6565
*
6666
* @see <a href="../doc-files/api-spec.html#async_search.delete.Request">API
6767
* specification</a>

0 commit comments

Comments
 (0)