From 8b4394a6c571e85f71b109a4ddbf36001331d8a6 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 8 Mar 2021 13:39:27 +0100 Subject: fixes for solr 8.8.1 migration - replace new guava 30 with older 25 because that is the correct dependency for solr 8.8.1. The newer one did actually not work! - index will be crated in a DATA/INDEX/freeworld/SEGMENTS/solr_8_8_1 subfolder. The older solr_6_6 index is not touched but also not migrated. The index starts with fresh (empty) content. - Older indexes must be migrated by hand (export/import) so far until a better solution is found. - Large schema adoptions for lucene 8.8.1 --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index ee83dbe26..8e3d16306 100644 --- a/build.xml +++ b/build.xml @@ -184,7 +184,7 @@ - + @@ -193,7 +193,7 @@ - + -- cgit v1.2.3