summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2021-03-08 13:39:27 +0100
committerMichael Peter Christen <mc@yacy.net>2021-03-08 13:39:27 +0100
commit8b4394a6c571e85f71b109a4ddbf36001331d8a6 (patch)
treebd7ed7f04dc154bc5612c07ac0800a00b03fad1e /lib
parent3befaaf4f1bcff637b1faa2845c9615ebb934411 (diff)
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
Diffstat (limited to 'lib')
-rw-r--r--lib/commons-collections-3.2.2.jarbin588337 -> 0 bytes
-rw-r--r--lib/guava-25.1-jre.jarbin0 -> 2734339 bytes
-rw-r--r--lib/guava-30.1-jre.jarbin3906867 -> 0 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/lib/commons-collections-3.2.2.jar b/lib/commons-collections-3.2.2.jar
deleted file mode 100644
index fa5df82a6..000000000
--- a/lib/commons-collections-3.2.2.jar
+++ /dev/null
Binary files differ
diff --git a/lib/guava-25.1-jre.jar b/lib/guava-25.1-jre.jar
new file mode 100644
index 000000000..babc17553
--- /dev/null
+++ b/lib/guava-25.1-jre.jar
Binary files differ
diff --git a/lib/guava-30.1-jre.jar b/lib/guava-30.1-jre.jar
deleted file mode 100644
index dab80f395..000000000
--- a/lib/guava-30.1-jre.jar
+++ /dev/null
Binary files differ