From d3767cd6405cf238e9b9bdc8fe911e994834911e Mon Sep 17 00:00:00 2001 From: Craig Taverner Date: Thu, 9 Jan 2025 11:28:07 +0100 Subject: [PATCH] Added 'Geo' to list of allowed breaking.area fields --- build-tools-internal/src/main/resources/changelog-schema.json | 1 + docs/changelog/119789.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build-tools-internal/src/main/resources/changelog-schema.json b/build-tools-internal/src/main/resources/changelog-schema.json index 9692af7adc5e6..090f0cece0d5a 100644 --- a/build-tools-internal/src/main/resources/changelog-schema.json +++ b/build-tools-internal/src/main/resources/changelog-schema.json @@ -286,6 +286,7 @@ "Command line tool", "CRUD", "ES|QL", + "Geo", "Index setting", "Ingest", "JVM option", diff --git a/docs/changelog/119789.yaml b/docs/changelog/119789.yaml index af580d47ab280..f6af0ce8d08de 100644 --- a/docs/changelog/119789.yaml +++ b/docs/changelog/119789.yaml @@ -5,7 +5,7 @@ type: breaking issues: [] breaking: title: Remove deprecated `sort_mode` from sort by `_geo_distance` - area: Search + area: Geo details: >- The `sort_mode` parameter was replaced by `mode` in 5.0, but for backwards compatibility the older syntax has been supported since then.