Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Nov 20, 2024
1 parent 3c3db68 commit c951e5a
Show file tree
Hide file tree
Showing 51 changed files with 698 additions and 605 deletions.
2 changes: 1 addition & 1 deletion config/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.17.0
8.18.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 = "8.17.0";
static final String VERSION = "8.18.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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co</a>
*/

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

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

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

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

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

Expand Down Expand Up @@ -1771,7 +1771,7 @@ public CompletableFuture<MtermvectorsResponse> mtermvectors() {
* it should persist.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1802,7 +1802,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.17/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/docs-bulk.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/docs-bulk.html">Documentation
* on elastic.co</a>
*/

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

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

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

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

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

Expand Down Expand Up @@ -1797,7 +1797,7 @@ public MtermvectorsResponse mtermvectors() throws IOException, ElasticsearchExce
* it should persist.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/point-in-time-api.html">Documentation
* on elastic.co</a>
*/

Expand Down Expand Up @@ -1829,7 +1829,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.17/point-in-time-api.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/sort-search-results.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/analysis-normalizers.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/geo-shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/shape.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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/8.17/query-dsl-mlt-query.html#_document_input_parameters">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/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 @@ -81,7 +81,7 @@ public ElasticsearchAsyncSearchAsyncClient withTransportOptions(@Nullable Transp
* have the <code>cancel_task</code> cluster privilege.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co</a>
*/

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

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

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

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

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

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

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

Expand Down Expand Up @@ -267,7 +267,7 @@ public final CompletableFuture<AsyncSearchStatusResponse> status(
* setting.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co</a>
*/

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

Expand All @@ -328,7 +328,7 @@ public final <TDocument> CompletableFuture<SubmitResponse<TDocument>> submit(
* setting.
*
* @see <a href=
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.17/async-search.html">Documentation
* "https://www.elastic.co/guide/en/elasticsearch/reference/8.18/async-search.html">Documentation
* on elastic.co</a>
*/

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

Expand Down
Loading

0 comments on commit c951e5a

Please sign in to comment.