From ea478af058837a4d120731a6fc125ee90980329d Mon Sep 17 00:00:00 2001 From: Andrew Ross Date: Fri, 8 Nov 2024 14:42:18 -0800 Subject: [PATCH] Add release note entry for new phone number analyzers (#5175) Signed-off-by: Andrew Ross --- release-notes/opensearch-release-notes-2.18.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/release-notes/opensearch-release-notes-2.18.0.md b/release-notes/opensearch-release-notes-2.18.0.md index f614a8416a..200b6c5675 100644 --- a/release-notes/opensearch-release-notes-2.18.0.md +++ b/release-notes/opensearch-release-notes-2.18.0.md @@ -14,6 +14,7 @@ OpenSearch 2.18 includes a number of updates that help you build machine learnin * Grouping top N queries by similarity now supports field names and data types, allowing you to group queries at a finer level of detail so that you can better identify and analyze resource-intensive query patterns across query types. * Workspaces provide a new multi-tenant environment to increase team collaboration. Granular access controls let you manage or remove collaborators and control their access at the workspace level with role-based permissions. * A redesigned homepage and navigation structure provide a centralized toolkit for accessing and creating Workspaces, with a more cleanly organized navigation bar that adapts to the selected workspace and supports tailored workflows +* Two new analyzers, [`phone` and `phone-search`](https://opensearch.org/docs/latest/analyzers/supported-analyzers/phone-analyzers/), have been added as an optional plugin to simplify the complex task of parsing global phone numbers. ### EXPERIMENTAL FEATURES