From 88cd17ea576a9ce9f3e62f4a3e1ba62fc36607e4 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Fri, 1 Sep 2023 18:24:52 +0200 Subject: [PATCH] migrated solr from 8.9.0 to 8.11.2; activated also migration script. A YaCy index with solr 8.9.0 will automatically be migrated to 8.11.2. This is a preparation step to migrate to 9.0.0 soon. --- defaults/solr/solrconfig.xml | 2 +- ivy.xml | 31 +++++++++++----------- source/net/yacy/search/index/Fulltext.java | 10 +++---- 3 files changed, 22 insertions(+), 21 deletions(-) diff --git a/defaults/solr/solrconfig.xml b/defaults/solr/solrconfig.xml index 9c536d3fa..b9d818a49 100644 --- a/defaults/solr/solrconfig.xml +++ b/defaults/solr/solrconfig.xml @@ -35,7 +35,7 @@ that you fully re-index after changing this setting as it can affect both how text is indexed and queried. --> - 8.8.1 + 8.11.2