Skip to content

Commit 81d6d61

Browse files
committed
Bump version
1 parent d580be4 commit 81d6d61

Some content is hidden

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

43 files changed

+475
-475
lines changed

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public ElasticsearchXpackAsyncClient xpack() {
325325
* request.
326326
*
327327
* @see <a href=
328-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
328+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
329329
* on elastic.co</a>
330330
*/
331331

@@ -344,7 +344,7 @@ public CompletableFuture<BulkResponse> bulk(BulkRequest request) {
344344
* a function that initializes a builder to create the
345345
* {@link BulkRequest}
346346
* @see <a href=
347-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
347+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
348348
* on elastic.co</a>
349349
*/
350350

@@ -357,7 +357,7 @@ public final CompletableFuture<BulkResponse> bulk(Function<BulkRequest.Builder,
357357
* request.
358358
*
359359
* @see <a href=
360-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
360+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
361361
* on elastic.co</a>
362362
*/
363363

@@ -372,7 +372,7 @@ public CompletableFuture<BulkResponse> bulk() {
372372
* Explicitly clears the search context for a scroll.
373373
*
374374
* @see <a href=
375-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
375+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
376376
* on elastic.co</a>
377377
*/
378378

@@ -390,7 +390,7 @@ public CompletableFuture<ClearScrollResponse> clearScroll(ClearScrollRequest req
390390
* a function that initializes a builder to create the
391391
* {@link ClearScrollRequest}
392392
* @see <a href=
393-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
393+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
394394
* on elastic.co</a>
395395
*/
396396

@@ -403,7 +403,7 @@ public final CompletableFuture<ClearScrollResponse> clearScroll(
403403
* Explicitly clears the search context for a scroll.
404404
*
405405
* @see <a href=
406-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
406+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
407407
* on elastic.co</a>
408408
*/
409409

@@ -418,7 +418,7 @@ public CompletableFuture<ClearScrollResponse> clearScroll() {
418418
* Close a point in time
419419
*
420420
* @see <a href=
421-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
421+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
422422
* on elastic.co</a>
423423
*/
424424

@@ -436,7 +436,7 @@ public CompletableFuture<ClosePointInTimeResponse> closePointInTime(ClosePointIn
436436
* a function that initializes a builder to create the
437437
* {@link ClosePointInTimeRequest}
438438
* @see <a href=
439-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
439+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
440440
* on elastic.co</a>
441441
*/
442442

@@ -1474,7 +1474,7 @@ public CompletableFuture<MtermvectorsResponse> mtermvectors() {
14741474
* Open a point in time that can be used in subsequent searches
14751475
*
14761476
* @see <a href=
1477-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
1477+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
14781478
* on elastic.co</a>
14791479
*/
14801480

@@ -1492,7 +1492,7 @@ public CompletableFuture<OpenPointInTimeResponse> openPointInTime(OpenPointInTim
14921492
* a function that initializes a builder to create the
14931493
* {@link OpenPointInTimeRequest}
14941494
* @see <a href=
1495-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
1495+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
14961496
* on elastic.co</a>
14971497
*/
14981498

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public ElasticsearchXpackClient xpack() {
326326
* request.
327327
*
328328
* @see <a href=
329-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
329+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
330330
* on elastic.co</a>
331331
*/
332332

@@ -345,7 +345,7 @@ public BulkResponse bulk(BulkRequest request) throws IOException, ElasticsearchE
345345
* a function that initializes a builder to create the
346346
* {@link BulkRequest}
347347
* @see <a href=
348-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
348+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
349349
* on elastic.co</a>
350350
*/
351351

@@ -359,7 +359,7 @@ public final BulkResponse bulk(Function<BulkRequest.Builder, ObjectBuilder<BulkR
359359
* request.
360360
*
361361
* @see <a href=
362-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/docs-bulk.html">Documentation
362+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/docs-bulk.html">Documentation
363363
* on elastic.co</a>
364364
*/
365365

@@ -374,7 +374,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
374374
* Explicitly clears the search context for a scroll.
375375
*
376376
* @see <a href=
377-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
377+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
378378
* on elastic.co</a>
379379
*/
380380

@@ -392,7 +392,7 @@ public ClearScrollResponse clearScroll(ClearScrollRequest request) throws IOExce
392392
* a function that initializes a builder to create the
393393
* {@link ClearScrollRequest}
394394
* @see <a href=
395-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
395+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
396396
* on elastic.co</a>
397397
*/
398398

@@ -406,7 +406,7 @@ public final ClearScrollResponse clearScroll(
406406
* Explicitly clears the search context for a scroll.
407407
*
408408
* @see <a href=
409-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/clear-scroll-api.html">Documentation
409+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/clear-scroll-api.html">Documentation
410410
* on elastic.co</a>
411411
*/
412412

@@ -421,7 +421,7 @@ public ClearScrollResponse clearScroll() throws IOException, ElasticsearchExcept
421421
* Close a point in time
422422
*
423423
* @see <a href=
424-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
424+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
425425
* on elastic.co</a>
426426
*/
427427

@@ -440,7 +440,7 @@ public ClosePointInTimeResponse closePointInTime(ClosePointInTimeRequest request
440440
* a function that initializes a builder to create the
441441
* {@link ClosePointInTimeRequest}
442442
* @see <a href=
443-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
443+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
444444
* on elastic.co</a>
445445
*/
446446

@@ -1500,7 +1500,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
15001500
* Open a point in time that can be used in subsequent searches
15011501
*
15021502
* @see <a href=
1503-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
1503+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
15041504
* on elastic.co</a>
15051505
*/
15061506

@@ -1519,7 +1519,7 @@ public OpenPointInTimeResponse openPointInTime(OpenPointInTimeRequest request)
15191519
* a function that initializes a builder to create the
15201520
* {@link OpenPointInTimeRequest}
15211521
* @see <a href=
1522-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/point-in-time-api.html">Documentation
1522+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/point-in-time-api.html">Documentation
15231523
* on elastic.co</a>
15241524
*/
15251525

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
*
5050
* @see <a href=
51-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/sort-search-results.html">Documentation
51+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/sort-search-results.html">Documentation
5252
* on elastic.co</a>
5353
* @see <a href="../doc-files/api-spec.html#_types.SortOptions">API
5454
* specification</a>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
*
4848
* @see <a href=
49-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/analysis-normalizers.html">Documentation
49+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/analysis-normalizers.html">Documentation
5050
* on elastic.co</a>
5151
* @see <a href="../../doc-files/api-spec.html#_types.analysis.Normalizer">API
5252
* specification</a>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* searching with arbitrary geo shapes such as rectangles and polygons.
4343
*
4444
* @see <a href=
45-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/geo-shape.html">Documentation
45+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/geo-shape.html">Documentation
4646
* on elastic.co</a>
4747
* @see <a href=
4848
* "../../doc-files/api-spec.html#_types.mapping.GeoShapeProperty">API

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* polygons.
4444
*
4545
* @see <a href=
46-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/shape.html">Documentation
46+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/shape.html">Documentation
4747
* on elastic.co</a>
4848
* @see <a href="../../doc-files/api-spec.html#_types.mapping.ShapeProperty">API
4949
* specification</a>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* the text.
5050
*
5151
* @see <a href=
52-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/query-dsl-mlt-query.html#_document_input_parameters">Documentation
52+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/query-dsl-mlt-query.html#_document_input_parameters">Documentation
5353
* on elastic.co</a>
5454
* @see <a href="../../doc-files/api-spec.html#_types.query_dsl.Like">API
5555
* specification</a>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/**
5151
*
5252
* @see <a href=
53-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/query-dsl.html">Documentation
53+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/query-dsl.html">Documentation
5454
* on elastic.co</a>
5555
* @see <a href=
5656
* "../../doc-files/api-spec.html#_types.query_dsl.QueryContainer">API

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
6565
* request will be cancelled. Otherwise, the saved search results are deleted.
6666
*
6767
* @see <a href=
68-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
68+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
6969
* on elastic.co</a>
7070
*/
7171

@@ -84,7 +84,7 @@ public CompletableFuture<DeleteAsyncSearchResponse> delete(DeleteAsyncSearchRequ
8484
* a function that initializes a builder to create the
8585
* {@link DeleteAsyncSearchRequest}
8686
* @see <a href=
87-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
87+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
8888
* on elastic.co</a>
8989
*/
9090

@@ -100,7 +100,7 @@ public final CompletableFuture<DeleteAsyncSearchResponse> delete(
100100
* its ID.
101101
*
102102
* @see <a href=
103-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
103+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
104104
* on elastic.co</a>
105105
*/
106106

@@ -122,7 +122,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
122122
* a function that initializes a builder to create the
123123
* {@link GetAsyncSearchRequest}
124124
* @see <a href=
125-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
125+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
126126
* on elastic.co</a>
127127
*/
128128

@@ -137,7 +137,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
137137
* its ID.
138138
*
139139
* @see <a href=
140-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
140+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
141141
* on elastic.co</a>
142142
*/
143143

@@ -159,7 +159,7 @@ public <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> get(GetA
159159
* a function that initializes a builder to create the
160160
* {@link GetAsyncSearchRequest}
161161
* @see <a href=
162-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
162+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
163163
* on elastic.co</a>
164164
*/
165165

@@ -175,7 +175,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
175175
* ID.
176176
*
177177
* @see <a href=
178-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
178+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
179179
* on elastic.co</a>
180180
*/
181181

@@ -194,7 +194,7 @@ public CompletableFuture<AsyncSearchStatusResponse> status(AsyncSearchStatusRequ
194194
* a function that initializes a builder to create the
195195
* {@link AsyncSearchStatusRequest}
196196
* @see <a href=
197-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
197+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
198198
* on elastic.co</a>
199199
*/
200200

@@ -209,7 +209,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
209209
* Executes a search request asynchronously.
210210
*
211211
* @see <a href=
212-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
212+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
213213
* on elastic.co</a>
214214
*/
215215

@@ -230,7 +230,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
230230
* a function that initializes a builder to create the
231231
* {@link SubmitRequest}
232232
* @see <a href=
233-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
233+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
234234
* on elastic.co</a>
235235
*/
236236

@@ -243,7 +243,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
243243
* Executes a search request asynchronously.
244244
*
245245
* @see <a href=
246-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
246+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
247247
* on elastic.co</a>
248248
*/
249249

@@ -263,7 +263,7 @@ public <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(SubmitReq
263263
* a function that initializes a builder to create the
264264
* {@link SubmitRequest}
265265
* @see <a href=
266-
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/async-search.html">Documentation
266+
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.13/async-search.html">Documentation
267267
* on elastic.co</a>
268268
*/
269269

0 commit comments

Comments
 (0)