From c04c2d36e9201516cf7c3777031a14b069e76c6b Mon Sep 17 00:00:00 2001 From: yang-db Date: Wed, 11 Nov 2020 13:59:00 +0200 Subject: [PATCH] E/S v.7 changes: fix tests --- docs/branch/{sql_support.md => es7_4_2-support.md} | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) rename docs/branch/{sql_support.md => es7_4_2-support.md} (61%) diff --git a/docs/branch/sql_support.md b/docs/branch/es7_4_2-support.md similarity index 61% rename from docs/branch/sql_support.md rename to docs/branch/es7_4_2-support.md index b808f99a2..33f027fca 100644 --- a/docs/branch/sql_support.md +++ b/docs/branch/es7_4_2-support.md @@ -1,6 +1,6 @@ Abstract: -The purpose of this branch is to integrate the SQL capabilities of aws open distro fork made by yandDb +The purpose of this branch is to integrate the E/S version 7.4.2 into yandDb Changes: @@ -11,7 +11,12 @@ Changes: Fixes: Remove BasicIdGenerator.getNext() needs no version lock - Fix CSV-convertor to concider LOV (dictionary) when creating the json document + Fix CSV-convertor to concider LOV (dictionary) when creating the json document + + Fix ES: + - remove "_all" mapping + - remove standard filter + - fix ngram max-min diff Upgrades: