Skip to content

Commit

Permalink
Merge branch 'main' into fork/costin/esql/from-source-as-string-inste…
Browse files Browse the repository at this point in the history
…ad-of-identifier
  • Loading branch information
bpintea committed Jun 30, 2024
2 parents 8fd2be7 + 5409aa7 commit ea6ed00
Show file tree
Hide file tree
Showing 378 changed files with 10,010 additions and 3,042 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ develocity {
if (jenkinsUrl?.host?.endsWith('elastic.co') || jenkinsUrl?.host?.endsWith('elastic.dev') || System.getenv('BUILDKITE') == 'true') {
publishing.onlyIf { true }
server = 'https://gradle-enterprise.elastic.co'
} else {
publishing.onlyIf {
server.isPresent();
}
} else if( server.isPresent() == false) {
publishing.onlyIf { false }
}


background {
tag OS.current().name()
tag Architecture.current().name()
Expand Down
2 changes: 1 addition & 1 deletion build-tools-internal/version.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elasticsearch = 8.15.0
lucene = 9.11.0
lucene = 9.11.1

bundled_jdk_vendor = openjdk
bundled_jdk = 22.0.1+8@c7ec1332f7bb44aeba2eb341ae18aca4
Expand Down
4 changes: 2 additions & 2 deletions docs/Versions.asciidoc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]

:lucene_version: 9.11.0
:lucene_version_path: 9_11_0
:lucene_version: 9.11.1
:lucene_version_path: 9_11_1
:jdk: 11.0.2
:jdk_major: 11
:build_type: tar
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/109084.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109084
summary: Add AVX-512 optimised vector distance functions for int7 on x64
area: Search
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/109813.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109813
summary: Add text similarity reranker retriever
area: Ranking
type: feature
issues: []
10 changes: 10 additions & 0 deletions docs/changelog/109880.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
pr: 109880
summary: Deprecate `text_expansion` and `weighted_tokens` queries
area: Machine Learning
type: deprecation
issues: [ ]
deprecation:
title: Deprecate `text_expansion` and `weighted_tokens` queries
area: REST API
details: The `text_expansion` and `weighted_tokens` queries have been replaced by `sparse_vector`.
impact: Please update your existing `text_expansion` and `weighted_tokens` queries to use `sparse_vector.`
5 changes: 5 additions & 0 deletions docs/changelog/109908.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109908
summary: "Update checkpoints after post-replication actions, even on failure"
area: CRUD
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/109957.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 109957
summary: Add request metric to `RestController` to track success/failure (by status
code)
area: Infra/Metrics
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/109989.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 109989
summary: "ESQL: Fix Join references"
area: ES|QL
type: bug
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/110096.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110096
summary: Fix `ClassCastException` with MV_EXPAND on missing field
area: ES|QL
type: bug
issues:
- 109974
6 changes: 6 additions & 0 deletions docs/changelog/110179.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110179
summary: Make repository analysis API available to non-operators
area: Snapshot/Restore
type: enhancement
issues:
- 100318
6 changes: 6 additions & 0 deletions docs/changelog/110201.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110201
summary: "ES|QL: Fix DISSECT that overwrites input"
area: ES|QL
type: bug
issues:
- 110184
5 changes: 5 additions & 0 deletions docs/changelog/110214.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 110214
summary: Handle `ignore_above` in synthetic source for flattened fields
area: Mapping
type: enhancement
issues: []
6 changes: 6 additions & 0 deletions docs/changelog/110233.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 110233
summary: Support k parameter for knn query
area: Vector Search
type: enhancement
issues:
- 108473
5 changes: 5 additions & 0 deletions docs/changelog/110234.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 110234
summary: Upgrade to Lucene-9.11.1
area: Search
type: upgrade
issues: []
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ To get started with Connector APIs, check out the {enterprise-search-ref}/connec
* To sync data using self-managed connectors, you need to deploy the {enterprise-search-ref}/build-connector.html[Elastic connector service] on your own infrastructure. This service runs automatically on Elastic Cloud for native connectors.
* The `connector_id` parameter should reference an existing connector.

[[update-connector-error-api-desc]]
==== {api-description-title}

Sets the `error` field for the specified connector. If the `error` provided in the request body is non-null, the connector's status is updated to `error`. Otherwise, if the `error` is reset to null, the connector status is updated to `connected`.

[[update-connector-error-api-path-params]]
==== {api-path-parms-title}

Expand Down
2 changes: 2 additions & 0 deletions docs/reference/esql/functions/aggregation-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The <<esql-stats-by>> command supports these aggregate functions:
* <<esql-agg-percentile>>
* experimental:[] <<esql-agg-st-centroid>>
* <<esql-agg-sum>>
* <<esql-top_list>>
* <<esql-agg-values>>
// end::agg_list[]

Expand All @@ -31,4 +32,5 @@ include::min.asciidoc[]
include::percentile.asciidoc[]
include::st_centroid_agg.asciidoc[]
include::sum.asciidoc[]
include::layout/top_list.asciidoc[]
include::values.asciidoc[]
5 changes: 5 additions & 0 deletions docs/reference/esql/functions/description/top_list.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions docs/reference/esql/functions/examples/top_list.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions docs/reference/esql/functions/ip-functions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

// tag::ip_list[]
* <<esql-cidr_match>>
* <<esql-ip_prefix>>
// end::ip_list[]

include::layout/cidr_match.asciidoc[]
include::layout/ip_prefix.asciidoc[]
107 changes: 107 additions & 0 deletions docs/reference/esql/functions/kibana/definition/top_list.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/reference/esql/functions/kibana/docs/top_list.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions docs/reference/esql/functions/layout/top_list.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions docs/reference/esql/functions/parameters/top_list.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/signature/top_list.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/reference/esql/functions/types/top_list.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ea6ed00

Please sign in to comment.