Skip to content

Commit

Permalink
[codegen] Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
swallez committed Jun 20, 2023
1 parent c8fdfca commit bf459ff
Show file tree
Hide file tree
Showing 34 changed files with 404 additions and 404 deletions.
Expand Up @@ -315,7 +315,7 @@ public ElasticsearchXpackAsyncClient xpack() {
* request.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -334,7 +334,7 @@ public CompletableFuture<BulkResponse> bulk(BulkRequest request) {
* a function that initializes a builder to create the
* {@link BulkRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -347,7 +347,7 @@ public final CompletableFuture<BulkResponse> bulk(Function<BulkRequest.Builder,
* request.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -362,7 +362,7 @@ public CompletableFuture<BulkResponse> bulk() {
* Explicitly clears the search context for a scroll.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -380,7 +380,7 @@ public CompletableFuture<ClearScrollResponse> clearScroll(ClearScrollRequest req
* a function that initializes a builder to create the
* {@link ClearScrollRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -393,7 +393,7 @@ public final CompletableFuture<ClearScrollResponse> clearScroll(
* Explicitly clears the search context for a scroll.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -408,7 +408,7 @@ public CompletableFuture<ClearScrollResponse> clearScroll() {
* Close a point in time
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -426,7 +426,7 @@ public CompletableFuture<ClosePointInTimeResponse> closePointInTime(ClosePointIn
* a function that initializes a builder to create the
* {@link ClosePointInTimeRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1464,7 +1464,7 @@ public CompletableFuture<MtermvectorsResponse> mtermvectors() {
* Open a point in time that can be used in subsequent searches
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -1482,7 +1482,7 @@ public CompletableFuture<OpenPointInTimeResponse> openPointInTime(OpenPointInTim
* a function that initializes a builder to create the
* {@link OpenPointInTimeRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down
Expand Up @@ -316,7 +316,7 @@ public ElasticsearchXpackClient xpack() {
* request.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -335,7 +335,7 @@ public BulkResponse bulk(BulkRequest request) throws IOException, ElasticsearchE
* a function that initializes a builder to create the
* {@link BulkRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -349,7 +349,7 @@ public final BulkResponse bulk(Function<BulkRequest.Builder, ObjectBuilder<BulkR
* request.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -364,7 +364,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
* Explicitly clears the search context for a scroll.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -382,7 +382,7 @@ public ClearScrollResponse clearScroll(ClearScrollRequest request) throws IOExce
* a function that initializes a builder to create the
* {@link ClearScrollRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -396,7 +396,7 @@ public final ClearScrollResponse clearScroll(
* Explicitly clears the search context for a scroll.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -411,7 +411,7 @@ public ClearScrollResponse clearScroll() throws IOException, ElasticsearchExcept
* Close a point in time
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -430,7 +430,7 @@ public ClosePointInTimeResponse closePointInTime(ClosePointInTimeRequest request
* a function that initializes a builder to create the
* {@link ClosePointInTimeRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1490,7 +1490,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
* Open a point in time that can be used in subsequent searches
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -1509,7 +1509,7 @@ public OpenPointInTimeResponse openPointInTime(OpenPointInTimeRequest request)
* a function that initializes a builder to create the
* {@link OpenPointInTimeRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down
Expand Up @@ -48,7 +48,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/sort-search-results.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/sort-search-results.html">Documentation
* on elastic.co</a>
* @see <a href="../doc-files/api-spec.html#_types.SortOptions">API
* specification</a>
Expand Down
Expand Up @@ -46,7 +46,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/analysis-normalizers.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/analysis-normalizers.html">Documentation
* on elastic.co</a>
* @see <a href="../../doc-files/api-spec.html#_types.analysis.Normalizer">API
* specification</a>
Expand Down
Expand Up @@ -42,7 +42,7 @@
* searching with arbitrary geo shapes such as rectangles and polygons.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/geo-shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/geo-shape.html">Documentation
* on elastic.co</a>
* @see <a href=
* "../../doc-files/api-spec.html#_types.mapping.GeoShapeProperty">API
Expand Down
Expand Up @@ -43,7 +43,7 @@
* polygons.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/shape.html">Documentation
* on elastic.co</a>
* @see <a href="../../doc-files/api-spec.html#_types.mapping.ShapeProperty">API
* specification</a>
Expand Down
Expand Up @@ -49,7 +49,7 @@
* the text.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/query-dsl-mlt-query.html#_document_input_parameters">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/query-dsl-mlt-query.html#_document_input_parameters">Documentation
* on elastic.co</a>
* @see <a href="../../doc-files/api-spec.html#_types.query_dsl.Like">API
* specification</a>
Expand Down
Expand Up @@ -50,7 +50,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/query-dsl.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/query-dsl.html">Documentation
* on elastic.co</a>
* @see <a href=
* "../../doc-files/api-spec.html#_types.query_dsl.QueryContainer">API
Expand Down
Expand Up @@ -49,7 +49,7 @@
* <code>OR|AND|PREFIX</code>
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/query-dsl-simple-query-string-query.html#supported-flags">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/query-dsl-simple-query-string-query.html#supported-flags">Documentation
* on elastic.co</a>
* @see <a href=
* "../../doc-files/api-spec.html#_types.query_dsl.SimpleQueryStringFlags">API
Expand Down
Expand Up @@ -65,7 +65,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
* request will be cancelled. Otherwise, the saved search results are deleted.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -84,7 +84,7 @@ public CompletableFuture<DeleteAsyncSearchResponse> delete(DeleteAsyncSearchRequ
* a function that initializes a builder to create the
* {@link DeleteAsyncSearchRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -100,7 +100,7 @@ public final CompletableFuture<DeleteAsyncSearchResponse> delete(
* its ID.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -122,7 +122,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -137,7 +137,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
* its ID.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -159,7 +159,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
* a function that initializes a builder to create the
* {@link GetAsyncSearchRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -175,7 +175,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
* ID.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -194,7 +194,7 @@ public CompletableFuture<AsyncSearchStatusResponse> status(AsyncSearchStatusRequ
* a function that initializes a builder to create the
* {@link AsyncSearchStatusRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -209,7 +209,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
* Executes a search request asynchronously.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -230,7 +230,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -243,7 +243,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
* Executes a search request asynchronously.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -263,7 +263,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
* a function that initializes a builder to create the
* {@link SubmitRequest}
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.8/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.9/async-search.html">Documentation
* on elastic.co</a>
*/

Expand Down

0 comments on commit bf459ff

Please sign in to comment.