From b624afb5e79a75efbf6c5b65068682588729abd6 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Tue, 11 Nov 2025 08:19:40 -0700 Subject: [PATCH 1/3] Add 2 changelog entries for Team:Search --- release-notes/elastic-cloud-serverless/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 37c98fe200..1cd75e1b69 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -66,6 +66,8 @@ Review the changes, fixes, and more to {{serverless-full}}. * Speeds up field simulation in Streams [#241313]({{kib-pull}}241313) * Updates action response codes [#240420]({{kib-pull}}240420) * Fixes an infinite loop bug in the **Investigation guide** editor [#240472]({{kib-pull}}240472) +* Field caps transport changes to return for each original expression what it was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632) +* Use DV rewrites where possible in Keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536) ## October 27, 2025 [serverless-changelog-10272025] From a24eb2ab3b4024ee37cc18fd88d597dc2766f573 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Tue, 11 Nov 2025 08:48:39 -0700 Subject: [PATCH 2/3] fixes --- release-notes/elastic-cloud-serverless/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 1cd75e1b69..2fa2f8c59a 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -31,6 +31,8 @@ Review the changes, fixes, and more to {{serverless-full}}. * Adds support for the `convert` processor in stream data processing [#240023]({{kib-pull}}240023) * Improves message feedback in collapsed Processors/Conditions sections [#240778]({{kib-pull}}240778) * Optimizes workflow output in Agent Builder tools by removing workflow execution details from tool calls, reducing LLM token consumption and improving agent performance and reliability [#241040]({{kib-pull}}241040) +* Field caps transport changes to return for each original expression what it was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632) +* Use DV rewrites where possible in Keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536) ### Fixes [serverless-changelog-11032025-fixes] @@ -66,8 +68,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Speeds up field simulation in Streams [#241313]({{kib-pull}}241313) * Updates action response codes [#240420]({{kib-pull}}240420) * Fixes an infinite loop bug in the **Investigation guide** editor [#240472]({{kib-pull}}240472) -* Field caps transport changes to return for each original expression what it was resolved to [#136632](https://github.com/elastic/elasticsearch/pull/136632) -* Use DV rewrites where possible in Keyword queries [#137536](https://github.com/elastic/elasticsearch/pull/137536) + ## October 27, 2025 [serverless-changelog-10272025] From 083dde276ea7f8e687b3028b5a3901464a9e2ab8 Mon Sep 17 00:00:00 2001 From: George Wallace Date: Tue, 11 Nov 2025 12:11:34 -0700 Subject: [PATCH 3/3] adding missing changelog entries for search --- release-notes/elastic-cloud-serverless/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/release-notes/elastic-cloud-serverless/index.md b/release-notes/elastic-cloud-serverless/index.md index 2fa2f8c59a..fe291d91da 100644 --- a/release-notes/elastic-cloud-serverless/index.md +++ b/release-notes/elastic-cloud-serverless/index.md @@ -201,6 +201,8 @@ Review the changes, fixes, and more to {{serverless-full}}. * Fixes an issue in the RAG Playground where invalid fields were highlighted but no error message appeared [#238284]({{kib-pull}}238284) * Improves the performance of the clustering algorithm [#238394]({{kib-pull}}238394) +* Initializes `TermsEnum` eagerly [#136279](https://github.com/elastic/elasticsearch/pull/136279) + ## October 6, 2025 [serverless-changelog-10062025] @@ -223,6 +225,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Adds triple-quote support to the Manual Ingest Pipeline Processor editor [#236595]({{kib-pull}}236595) * Introduces the German locale for Kibana in `beta` [#236903]({{kib-pull}}236903) * Adds an advanced option to disable filtering of file-backed volumes and CD-ROMs in the **Device Control** plugin [#236620]({{kib-pull}}236620) +* Upgrades to Lucene 10.3.0 ### Fixes [serverless-changelog-10062025-fixes] * Rolls over the reporting data stream automatically when a newer template version is available [#234119]({{kib-pull}}234119) @@ -365,6 +368,8 @@ Review the changes, fixes, and more to {{serverless-full}}. * Fixes an Anomaly Detection bug where custom URLs omitted generated fields in datafeed preview requests [#234709]({{kib-pull}}234709) * Ensures full tool traces are displayed in flyouts [#234654]({{kib-pull}}234654) +* Uses inner query for equals/hashCode() in SourceConfirmedTextQuery [#134451](https://github.com/elastic/elasticsearch/pull/134451) + ## September 8, 2025 [serverless-changelog-09082025] ### Features and enhancements [serverless-changelog-09082025-features-enhancements] @@ -604,6 +609,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Fixes product docs install logic when the target version is higher than the current version for Machine Learning [#229704]({{kib-pull}}229704) * Adds support for the `name` attribute in create and update actions for saved objects [#228464]({{kib-pull}}228464) * Fixes missing data view [#229467]({{kib-pull}}229467) +* Fixes default missing index sort value of `data_nanos` pre 7.14 [#132162](https://github.com/elastic/elasticsearch/pull/132162) ## July 28, 2025 [serverless-changelog-07282025] @@ -848,6 +854,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Implements navigation UI for the **Overview Page** in **Entity Analytics** [#221748]({{kib-pull}}221748) * Adds support for partial result handling in **ES|QL** [#223198]({{kib-pull}}223198) * Adds an **Executable Name** tab to the TopN view [#224291]({{kib-pull}}224291) +* Upgrades to Lucene 10.2.2 [#129546](https://github.com/elastic/elasticsearch/pull/129546) ### Fixes [serverless-changelog-06232025-fixes] @@ -958,6 +965,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Fixes an issue with the OpenAI connector not using the action proxy configuration for all subactions in Machine Learning [#219617]({{kib-pull}}219617). * Fixes an issue with **Anomaly Explorer** where the selected Overall swimlane bucket is not respected for `viewBy jobId` in Machine Learning [#222845]({{kib-pull}}222845). * Fixes error handling when one or more connectors is deleted [#221958]({{kib-pull}}221958). +* Fixes minmax normalizer handling of single-doc result sets [#128689](https://github.com/elastic/elasticsearch/pull/128689) ## June 2, 2025 [serverless-changelog-06022025] @@ -1147,6 +1155,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Improves anomaly charts object safety [#217552](https://github.com/elastic/kibana/pull/217552) * Fixes title announcements in the details step of the anomaly detection job wizard [#218570](https://github.com/elastic/kibana/pull/218570) * Fixes incorrect optimization for endpoint artifacts [#216437](https://github.com/elastic/kibana/pull/216437) +* Bypasses competitive iteration in single filter bucket case [#127267](https://github.com/elastic/elasticsearch/pull/127267) ## April 21, 2025 [serverless-changelog-04212025] @@ -1203,6 +1212,7 @@ Review the changes, fixes, and more to {{serverless-full}}. * Adds support for Windows MSI commands for Fleet and Elastic Agent installations [#217217]({{kib-pull}}217217) * Reuses shared integration policies when duplicating agent policies in Fleet [#217872]({{kib-pull}}217872) * Enables adding badges to all list items in the side navigation except the section header [#217301]({{kib-pull}}217301) +* Upgrades to Lucene 10.2.0 [#126594](https://github.com/elastic/elasticsearch/pull/126594) ### Fixes [serverless-changelog-04142025-fixes] * Fixes error message when previewing index templates used by data streams [#217604]({{kib-pull}}217604)