Skip to content

Commit

Permalink
new branch 8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Sep 10, 2024
1 parent 03bcf65 commit 8d88040
Show file tree
Hide file tree
Showing 50 changed files with 586 additions and 586 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ steps:
- label: ":java: :elasticsearch: Elasticsearch Java API client - {{matrix.workflow}}"
agents:
provider: "gcp"
branches: [ "main", "7.17", "8.15", "8.x", "9.0" ]
branches: [ "main", "7.17", "8.15", "8.16" ]
matrix:
setup:
workflow:
Expand Down
2 changes: 1 addition & 1 deletion config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9.0.0
8.16.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
// Package private
class VersionInfo {
static final String FLAVOR = "stack";
static final String VERSION = "9.0.0";
static final String VERSION = "8.16.0";
}
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public ElasticsearchXpackAsyncClient xpack() {
* increase indexing speed.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -377,7 +377,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/9.0/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -391,7 +391,7 @@ public final CompletableFuture<BulkResponse> bulk(Function<BulkRequest.Builder,
* increase indexing speed.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -406,7 +406,7 @@ public CompletableFuture<BulkResponse> bulk() {
* Clears the search context and results for a scrolling search.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -424,7 +424,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/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -437,7 +437,7 @@ public final CompletableFuture<ClearScrollResponse> clearScroll(
* Clears the search context and results for a scrolling search.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

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

Expand All @@ -470,7 +470,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/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1546,7 +1546,7 @@ public CompletableFuture<MtermvectorsResponse> mtermvectors() {
* the more recent point in time.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -1571,7 +1571,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/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ public ElasticsearchXpackClient xpack() {
* increase indexing speed.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-bulk.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -378,7 +378,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/9.0/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/docs-bulk.html">Documentation
* on elastic.co</a>
*/

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

Expand All @@ -408,7 +408,7 @@ public BulkResponse bulk() throws IOException, ElasticsearchException {
* Clears the search context and results for a scrolling search.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -426,7 +426,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/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -440,7 +440,7 @@ public final ClearScrollResponse clearScroll(
* Clears the search context and results for a scrolling search.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/clear-scroll-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/clear-scroll-api.html">Documentation
* on elastic.co</a>
*/

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

Expand All @@ -474,7 +474,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/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1572,7 +1572,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
* the more recent point in time.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -1598,7 +1598,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/9.0/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/sort-search-results.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/sort-search-results.html">Documentation
* on elastic.co</a>
* @see <a href="../doc-files/api-spec.html#_types.SortOptions">API
* specification</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/analysis-normalizers.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/analysis-normalizers.html">Documentation
* on elastic.co</a>
* @see <a href="../../doc-files/api-spec.html#_types.analysis.Normalizer">API
* specification</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* searching with arbitrary geo shapes such as rectangles and polygons.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/geo-shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/geo-shape.html">Documentation
* on elastic.co</a>
* @see <a href=
* "../../doc-files/api-spec.html#_types.mapping.GeoShapeProperty">API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* polygons.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/shape.html">Documentation
* on elastic.co</a>
* @see <a href="../../doc-files/api-spec.html#_types.mapping.ShapeProperty">API
* specification</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
* the text.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/query-dsl-mlt-query.html#_document_input_parameters">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/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
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
/**
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/query-dsl.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/query-dsl.html">Documentation
* on elastic.co</a>
* @see <a href=
* "../../doc-files/api-spec.html#_types.query_dsl.QueryContainer">API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
* <code>cancel_task</code> cluster privilege.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -103,7 +103,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -121,7 +121,7 @@ public final CompletableFuture<DeleteAsyncSearchResponse> delete(
* that submitted it.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -145,7 +145,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -162,7 +162,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
* that submitted it.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -186,7 +186,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -204,7 +204,7 @@ public final <TDocument> CompletableFuture<GetAsyncSearchResponse<TDocument>> ge
* restricted to the <code>monitoring_user</code> role.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -225,7 +225,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -248,7 +248,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
* <code>search.max_async_search_response_size</code> cluster level setting.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -278,7 +278,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand All @@ -299,7 +299,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
* <code>search.max_async_search_response_size</code> cluster level setting.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -328,7 +328,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/9.0/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.16/async-search.html">Documentation
* on elastic.co</a>
*/

Expand Down
Loading

0 comments on commit 8d88040

Please sign in to comment.