update to solr-8.7.0
This commit is contained in:
parent
33d1b76f26
commit
43b69366ab
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2020/10/08 14:14:35 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2020/11/06 14:39:19 sthen Exp $
|
||||
|
||||
COMMENT= full-text search engine based on Lucene
|
||||
|
||||
V= 8.6.3
|
||||
V= 8.7.0
|
||||
DISTNAME= solr-$V
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (solr-8.6.3.tgz) = wkkl8+gQNnPC/Oqv9KBNbxqxK0/9Z9o2+70qqaqqa1U=
|
||||
SIZE (solr-8.6.3.tgz) = 195632991
|
||||
SHA256 (solr-8.7.0.tgz) = o2J1PA/BgPblxZI3jqZ9sYiHNcqhK9SlwkRwWBo4Bks=
|
||||
SIZE (solr-8.7.0.tgz) = 200805960
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-bin_solr,v 1.11 2020/07/20 12:30:10 sthen Exp $
|
||||
$OpenBSD: patch-bin_solr,v 1.12 2020/11/06 14:39:19 sthen Exp $
|
||||
|
||||
Index: bin/solr
|
||||
--- bin/solr.orig
|
||||
@ -14,13 +14,13 @@ Index: bin/solr
|
||||
fi
|
||||
|
||||
if [ -z "$SOLR_STOP_WAIT" ]; then
|
||||
@@ -2252,13 +2252,13 @@ function start_solr() {
|
||||
@@ -2255,13 +2255,13 @@ function start_solr() {
|
||||
echo ""
|
||||
fi
|
||||
# no lsof on cygwin though
|
||||
- if lsof -v 2>&1 | grep -q revision; then
|
||||
+ if true; then
|
||||
echo -n "Waiting up to $SOLR_STOP_WAIT seconds to see Solr running on port $SOLR_PORT"
|
||||
echo -n "Waiting up to $SOLR_START_WAIT seconds to see Solr running on port $SOLR_PORT"
|
||||
# Launch in a subshell to show the spinner
|
||||
(loops=0
|
||||
while true
|
||||
@ -29,4 +29,4 @@ Index: bin/solr
|
||||
+ running=$(fstat|awk "/internet stream tcp.*:$SOLR_PORT\$/ { print $3 }")
|
||||
if [ -z "$running" ]; then
|
||||
slept=$((loops * 2))
|
||||
if [ $slept -lt $SOLR_STOP_WAIT ]; then
|
||||
if [ $slept -lt $SOLR_START_WAIT ]; then
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-bin_solr_in_sh,v 1.4 2019/11/03 19:09:46 sthen Exp $
|
||||
$OpenBSD: patch-bin_solr_in_sh,v 1.5 2020/11/06 14:39:19 sthen Exp $
|
||||
|
||||
Index: bin/solr.in.sh
|
||||
--- bin/solr.in.sh.orig
|
||||
+++ bin/solr.in.sh
|
||||
@@ -94,13 +94,16 @@
|
||||
@@ -98,13 +98,16 @@
|
||||
#SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000"
|
||||
#SOLR_OPTS="$SOLR_OPTS -Dsolr.clustering.enabled=true"
|
||||
|
||||
@ -22,7 +22,7 @@ Index: bin/solr.in.sh
|
||||
|
||||
# Path to a directory that Solr will use as root for data folders for each core.
|
||||
# If not set, defaults to <instance_dir>/data. Overridable per core through 'dataDir' core property
|
||||
@@ -109,14 +112,14 @@
|
||||
@@ -113,14 +116,14 @@
|
||||
# Solr provides a default Log4J configuration xml file in server/resources
|
||||
# however, you may want to customize the log settings and file appender location
|
||||
# so you can point the script to use a different log4j2.xml file
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.15 2020/07/20 12:30:10 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.16 2020/11/06 14:39:19 sthen Exp $
|
||||
@newgroup _solr:801
|
||||
@newuser _solr:801:_solr:daemon:solr user:/nonexistent:/sbin/nologin
|
||||
@extraunexec rm -rf ${LOCALSTATEDIR}/db/solr/*
|
||||
@ -38,7 +38,7 @@ share/solr/contrib/analysis-extras/lib/morfologik-fsa-2.1.5.jar
|
||||
share/solr/contrib/analysis-extras/lib/morfologik-polish-2.1.5.jar
|
||||
share/solr/contrib/analysis-extras/lib/morfologik-stemming-2.1.5.jar
|
||||
share/solr/contrib/analysis-extras/lib/morfologik-ukrainian-search-4.9.1.jar
|
||||
share/solr/contrib/analysis-extras/lib/opennlp-tools-1.9.1.jar
|
||||
share/solr/contrib/analysis-extras/lib/opennlp-tools-1.9.2.jar
|
||||
share/solr/contrib/analysis-extras/lucene-libs/
|
||||
share/solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-icu-${V}.jar
|
||||
share/solr/contrib/analysis-extras/lucene-libs/lucene-analyzers-morfologik-${V}.jar
|
||||
@ -51,8 +51,8 @@ share/solr/contrib/clustering/lib/
|
||||
share/solr/contrib/clustering/lib/attributes-binder-1.3.3.jar
|
||||
share/solr/contrib/clustering/lib/carrot2-guava-18.0.jar
|
||||
share/solr/contrib/clustering/lib/carrot2-mini-3.16.0.jar
|
||||
share/solr/contrib/clustering/lib/jackson-annotations-2.10.1.jar
|
||||
share/solr/contrib/clustering/lib/jackson-databind-2.10.1.jar
|
||||
share/solr/contrib/clustering/lib/jackson-annotations-2.11.2.jar
|
||||
share/solr/contrib/clustering/lib/jackson-databind-2.11.2.jar
|
||||
share/solr/contrib/clustering/lib/simple-xml-safe-2.7.1.jar
|
||||
share/solr/contrib/dataimporthandler/
|
||||
share/solr/contrib/dataimporthandler-extras/
|
||||
@ -64,49 +64,50 @@ share/solr/contrib/dataimporthandler/README.txt
|
||||
share/solr/contrib/extraction/
|
||||
share/solr/contrib/extraction/README.txt
|
||||
share/solr/contrib/extraction/lib/
|
||||
share/solr/contrib/extraction/lib/SparseBitSet-1.2.jar
|
||||
share/solr/contrib/extraction/lib/apache-mime4j-core-0.8.3.jar
|
||||
share/solr/contrib/extraction/lib/apache-mime4j-dom-0.8.3.jar
|
||||
share/solr/contrib/extraction/lib/aspectjrt-1.8.0.jar
|
||||
share/solr/contrib/extraction/lib/bcmail-jdk15on-1.64.jar
|
||||
share/solr/contrib/extraction/lib/bcpkix-jdk15on-1.64.jar
|
||||
share/solr/contrib/extraction/lib/bcprov-jdk15on-1.64.jar
|
||||
share/solr/contrib/extraction/lib/bcmail-jdk15on-1.65.jar
|
||||
share/solr/contrib/extraction/lib/bcpkix-jdk15on-1.65.jar
|
||||
share/solr/contrib/extraction/lib/bcprov-jdk15on-1.65.jar
|
||||
share/solr/contrib/extraction/lib/boilerpipe-1.1.0.jar
|
||||
share/solr/contrib/extraction/lib/commons-collections4-4.2.jar
|
||||
share/solr/contrib/extraction/lib/commons-compress-1.19.jar
|
||||
share/solr/contrib/extraction/lib/commons-csv-1.7.jar
|
||||
share/solr/contrib/extraction/lib/commons-collections4-4.4.jar
|
||||
share/solr/contrib/extraction/lib/commons-compress-1.20.jar
|
||||
share/solr/contrib/extraction/lib/commons-csv-1.8.jar
|
||||
share/solr/contrib/extraction/lib/curvesapi-1.06.jar
|
||||
share/solr/contrib/extraction/lib/dec-0.1.2.jar
|
||||
share/solr/contrib/extraction/lib/fontbox-2.0.17.jar
|
||||
share/solr/contrib/extraction/lib/fontbox-2.0.19.jar
|
||||
share/solr/contrib/extraction/lib/icu4j-62.1.jar
|
||||
share/solr/contrib/extraction/lib/isoparser-1.1.22.jar
|
||||
share/solr/contrib/extraction/lib/isoparser-1.9.41.2.jar
|
||||
share/solr/contrib/extraction/lib/jackcess-3.0.1.jar
|
||||
share/solr/contrib/extraction/lib/jackcess-encrypt-3.0.0.jar
|
||||
share/solr/contrib/extraction/lib/java-libpst-0.8.1.jar
|
||||
share/solr/contrib/extraction/lib/java-libpst-0.9.3.jar
|
||||
share/solr/contrib/extraction/lib/jdom2-2.0.6.jar
|
||||
share/solr/contrib/extraction/lib/jempbox-1.8.16.jar
|
||||
share/solr/contrib/extraction/lib/jmatio-1.5.jar
|
||||
share/solr/contrib/extraction/lib/juniversalchardet-1.0.3.jar
|
||||
share/solr/contrib/extraction/lib/metadata-extractor-2.11.0.jar
|
||||
share/solr/contrib/extraction/lib/metadata-extractor-2.13.0.jar
|
||||
share/solr/contrib/extraction/lib/parso-2.0.11.jar
|
||||
share/solr/contrib/extraction/lib/pdfbox-2.0.17.jar
|
||||
share/solr/contrib/extraction/lib/pdfbox-tools-2.0.17.jar
|
||||
share/solr/contrib/extraction/lib/poi-4.1.1.jar
|
||||
share/solr/contrib/extraction/lib/poi-ooxml-4.1.1.jar
|
||||
share/solr/contrib/extraction/lib/poi-ooxml-schemas-4.1.1.jar
|
||||
share/solr/contrib/extraction/lib/poi-scratchpad-4.1.1.jar
|
||||
share/solr/contrib/extraction/lib/pdfbox-2.0.19.jar
|
||||
share/solr/contrib/extraction/lib/pdfbox-tools-2.0.19.jar
|
||||
share/solr/contrib/extraction/lib/poi-4.1.2.jar
|
||||
share/solr/contrib/extraction/lib/poi-ooxml-4.1.2.jar
|
||||
share/solr/contrib/extraction/lib/poi-ooxml-schemas-4.1.2.jar
|
||||
share/solr/contrib/extraction/lib/poi-scratchpad-4.1.2.jar
|
||||
share/solr/contrib/extraction/lib/rome-1.12.2.jar
|
||||
share/solr/contrib/extraction/lib/rome-utils-1.12.2.jar
|
||||
share/solr/contrib/extraction/lib/tagsoup-1.2.1.jar
|
||||
share/solr/contrib/extraction/lib/tika-core-1.24.jar
|
||||
share/solr/contrib/extraction/lib/tika-java7-1.24.jar
|
||||
share/solr/contrib/extraction/lib/tika-parsers-1.24.jar
|
||||
share/solr/contrib/extraction/lib/tika-xmp-1.24.jar
|
||||
share/solr/contrib/extraction/lib/tika-core-1.24.1.jar
|
||||
share/solr/contrib/extraction/lib/tika-java7-1.24.1.jar
|
||||
share/solr/contrib/extraction/lib/tika-parsers-1.24.1.jar
|
||||
share/solr/contrib/extraction/lib/tika-xmp-1.24.1.jar
|
||||
share/solr/contrib/extraction/lib/vorbis-java-core-0.8.jar
|
||||
share/solr/contrib/extraction/lib/vorbis-java-tika-0.8.jar
|
||||
share/solr/contrib/extraction/lib/xercesImpl-2.12.0.jar
|
||||
share/solr/contrib/extraction/lib/xml-apis-1.4.01.jar
|
||||
share/solr/contrib/extraction/lib/xmlbeans-3.1.0.jar
|
||||
share/solr/contrib/extraction/lib/xmpcore-5.1.3.jar
|
||||
share/solr/contrib/extraction/lib/xmpcore-shaded-6.1.10.jar
|
||||
share/solr/contrib/extraction/lib/xz-1.8.jar
|
||||
share/solr/contrib/jaegertracer-configurator/
|
||||
share/solr/contrib/jaegertracer-configurator/README.txt
|
||||
@ -119,7 +120,7 @@ share/solr/contrib/langid/README.txt
|
||||
share/solr/contrib/langid/lib/
|
||||
share/solr/contrib/langid/lib/jsonic-1.2.7.jar
|
||||
share/solr/contrib/langid/lib/langdetect-1.1-20120112.jar
|
||||
share/solr/contrib/langid/lib/opennlp-tools-1.9.1.jar
|
||||
share/solr/contrib/langid/lib/opennlp-tools-1.9.2.jar
|
||||
share/solr/contrib/ltr/
|
||||
share/solr/contrib/ltr/README.txt
|
||||
share/solr/contrib/prometheus-exporter/
|
||||
@ -132,9 +133,9 @@ share/solr/contrib/prometheus-exporter/conf/grafana-solr-dashboard.json
|
||||
share/solr/contrib/prometheus-exporter/conf/solr-exporter-config.xml
|
||||
share/solr/contrib/prometheus-exporter/lib/
|
||||
share/solr/contrib/prometheus-exporter/lib/argparse4j-0.8.1.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-annotations-2.10.1.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-core-2.10.1.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-databind-2.10.1.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-annotations-2.11.2.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-core-2.11.2.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-databind-2.11.2.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/jackson-jq-0.0.8.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/log4j-api-2.13.2.jar
|
||||
share/solr/contrib/prometheus-exporter/lib/log4j-core-2.13.2.jar
|
||||
@ -147,7 +148,7 @@ share/solr/contrib/prometheus-exporter/lucene-libs/
|
||||
share/solr/contrib/prometheus-exporter/lucene-libs/lucene-analyzers-common-${V}.jar
|
||||
share/solr/contrib/velocity/
|
||||
share/solr/contrib/velocity/lib/
|
||||
share/solr/contrib/velocity/lib/commons-lang3-3.9.jar
|
||||
share/solr/contrib/velocity/lib/commons-lang3-3.10.jar
|
||||
share/solr/contrib/velocity/lib/velocity-engine-core-2.0.jar
|
||||
share/solr/contrib/velocity/lib/velocity-tools-generic-3.0.jar
|
||||
share/solr/contrib/velocity/lib/velocity-tools-view-3.0.jar
|
||||
@ -168,15 +169,16 @@ share/solr/dist/solr-solrj-${V}.jar
|
||||
share/solr/dist/solr-test-framework-${V}.jar
|
||||
share/solr/dist/solr-velocity-${V}.jar
|
||||
share/solr/dist/solrj-lib/
|
||||
share/solr/dist/solrj-lib/commons-io-2.6.jar
|
||||
share/solr/dist/solrj-lib/commons-io-2.8.0.jar
|
||||
share/solr/dist/solrj-lib/commons-lang-2.6.jar
|
||||
share/solr/dist/solrj-lib/commons-math3-3.6.1.jar
|
||||
share/solr/dist/solrj-lib/http2-client-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/http2-common-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/http2-hpack-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/http2-http-client-transport-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/httpclient-4.5.10.jar
|
||||
share/solr/dist/solrj-lib/httpcore-4.4.12.jar
|
||||
share/solr/dist/solrj-lib/httpmime-4.5.10.jar
|
||||
share/solr/dist/solrj-lib/httpclient-4.5.12.jar
|
||||
share/solr/dist/solrj-lib/httpcore-4.4.13.jar
|
||||
share/solr/dist/solrj-lib/httpmime-4.5.12.jar
|
||||
share/solr/dist/solrj-lib/jcl-over-slf4j-1.7.24.jar
|
||||
share/solr/dist/solrj-lib/jetty-alpn-client-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/jetty-alpn-java-client-9.4.27.v20200227.jar
|
||||
@ -184,25 +186,26 @@ share/solr/dist/solrj-lib/jetty-client-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/jetty-http-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/jetty-io-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/jetty-util-9.4.27.v20200227.jar
|
||||
share/solr/dist/solrj-lib/netty-buffer-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-codec-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-common-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-handler-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-resolver-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-native-epoll-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-native-unix-common-4.1.47.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-buffer-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-codec-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-common-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-handler-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-resolver-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-native-epoll-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/netty-transport-native-unix-common-4.1.50.Final.jar
|
||||
share/solr/dist/solrj-lib/slf4j-api-1.7.24.jar
|
||||
share/solr/dist/solrj-lib/snappy-java-1.1.7.6.jar
|
||||
share/solr/dist/solrj-lib/stax2-api-3.1.4.jar
|
||||
share/solr/dist/solrj-lib/woodstox-core-asl-4.4.1.jar
|
||||
share/solr/dist/solrj-lib/zookeeper-3.5.7.jar
|
||||
share/solr/dist/solrj-lib/zookeeper-jute-3.5.7.jar
|
||||
share/solr/dist/solrj-lib/zookeeper-3.6.2.jar
|
||||
share/solr/dist/solrj-lib/zookeeper-jute-3.6.2.jar
|
||||
share/solr/dist/test-framework/
|
||||
share/solr/dist/test-framework/README.txt
|
||||
share/solr/dist/test-framework/lib/
|
||||
share/solr/dist/test-framework/lib/ant-1.8.2.jar
|
||||
share/solr/dist/test-framework/lib/hamcrest-core-1.3.jar
|
||||
share/solr/dist/test-framework/lib/junit-4.12.jar
|
||||
share/solr/dist/test-framework/lib/junit-4.13.1.jar
|
||||
share/solr/dist/test-framework/lib/junit4-ant-2.7.2.jar
|
||||
share/solr/dist/test-framework/lib/opentracing-mock-0.33.0.jar
|
||||
share/solr/dist/test-framework/lib/randomizedtesting-runner-2.7.2.jar
|
||||
@ -549,6 +552,9 @@ share/solr/example/films/films.csv
|
||||
share/solr/example/films/films.json
|
||||
share/solr/example/films/films.xml
|
||||
share/solr/licenses/
|
||||
share/solr/licenses/SparseBitSet-1.2.jar.sha1
|
||||
share/solr/licenses/SparseBitSet-LICENSE-ASL.txt
|
||||
share/solr/licenses/SparseBitSet-NOTICE.txt
|
||||
share/solr/licenses/activation-1.1.1.jar.sha1
|
||||
share/solr/licenses/activation-LICENSE-CDDL.txt
|
||||
share/solr/licenses/android-json-0.0.20131108.vaadin1.jar.sha1
|
||||
@ -572,11 +578,11 @@ share/solr/licenses/argparse4j-NOTICE.txt
|
||||
share/solr/licenses/asciidoctor-ant-1.6.2.jar.sha1
|
||||
share/solr/licenses/asciidoctor-ant-LICENSE-ASL.txt
|
||||
share/solr/licenses/asciidoctor-ant-NOTICE.txt
|
||||
share/solr/licenses/asm-7.2.jar.sha1
|
||||
share/solr/licenses/asm-8.0.1.jar.sha1
|
||||
share/solr/licenses/asm-LICENSE-BSD.txt
|
||||
share/solr/licenses/asm-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/asm-NOTICE.txt
|
||||
share/solr/licenses/asm-commons-7.2.jar.sha1
|
||||
share/solr/licenses/asm-commons-8.0.1.jar.sha1
|
||||
share/solr/licenses/asm-commons-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/asm-commons-NOTICE.txt
|
||||
share/solr/licenses/aspectjrt-1.8.0.jar.sha1
|
||||
@ -589,13 +595,13 @@ share/solr/licenses/avatica-core-LICENSE-ASL.txt
|
||||
share/solr/licenses/avatica-core-NOTICE.txt
|
||||
share/solr/licenses/bcmail-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/bcmail-NOTICE.txt
|
||||
share/solr/licenses/bcmail-jdk15on-1.64.jar.sha1
|
||||
share/solr/licenses/bcpkix-jdk15on-1.64.jar.sha1
|
||||
share/solr/licenses/bcmail-jdk15on-1.65.jar.sha1
|
||||
share/solr/licenses/bcpkix-jdk15on-1.65.jar.sha1
|
||||
share/solr/licenses/bcpkix-jdk15on-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/bcpkix-jdk15on-NOTICE.txt
|
||||
share/solr/licenses/bcprov-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/bcprov-NOTICE.txt
|
||||
share/solr/licenses/bcprov-jdk15on-1.64.jar.sha1
|
||||
share/solr/licenses/bcprov-jdk15on-1.65.jar.sha1
|
||||
share/solr/licenses/boilerpipe-1.1.0.jar.sha1
|
||||
share/solr/licenses/boilerpipe-LICENSE-ASL.txt
|
||||
share/solr/licenses/boilerpipe-NOTICE.txt
|
||||
@ -626,13 +632,13 @@ share/solr/licenses/commons-codec-NOTICE.txt
|
||||
share/solr/licenses/commons-collections-3.2.2.jar.sha1
|
||||
share/solr/licenses/commons-collections-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-collections-NOTICE.txt
|
||||
share/solr/licenses/commons-collections4-4.2.jar.sha1
|
||||
share/solr/licenses/commons-collections4-4.4.jar.sha1
|
||||
share/solr/licenses/commons-collections4-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-collections4-NOTICE.txt
|
||||
share/solr/licenses/commons-compiler-3.0.9.jar.sha1
|
||||
share/solr/licenses/commons-compiler-LICENSE-BSD.txt
|
||||
share/solr/licenses/commons-compiler-NOTICE.txt
|
||||
share/solr/licenses/commons-compress-1.19.jar.sha1
|
||||
share/solr/licenses/commons-compress-1.20.jar.sha1
|
||||
share/solr/licenses/commons-compress-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-compress-NOTICE.txt
|
||||
share/solr/licenses/commons-configuration-LICENSE-ASL.txt
|
||||
@ -640,7 +646,7 @@ share/solr/licenses/commons-configuration-NOTICE.txt
|
||||
share/solr/licenses/commons-configuration2-2.1.1.jar.sha1
|
||||
share/solr/licenses/commons-configuration2-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-configuration2-NOTICE.txt
|
||||
share/solr/licenses/commons-csv-1.7.jar.sha1
|
||||
share/solr/licenses/commons-csv-1.8.jar.sha1
|
||||
share/solr/licenses/commons-csv-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-csv-NOTICE.txt
|
||||
share/solr/licenses/commons-digester-LICENSE-ASL.txt
|
||||
@ -648,10 +654,13 @@ share/solr/licenses/commons-digester-NOTICE.txt
|
||||
share/solr/licenses/commons-exec-1.3.jar.sha1
|
||||
share/solr/licenses/commons-exec-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-exec-NOTICE.txt
|
||||
share/solr/licenses/commons-io-2.6.jar.sha1
|
||||
share/solr/licenses/commons-io-2.8.0.jar.sha1
|
||||
share/solr/licenses/commons-io-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-io-NOTICE.txt
|
||||
share/solr/licenses/commons-lang3-3.9.jar.sha1
|
||||
share/solr/licenses/commons-lang-2.6.jar.sha1
|
||||
share/solr/licenses/commons-lang-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-lang-NOTICE.txt
|
||||
share/solr/licenses/commons-lang3-3.10.jar.sha1
|
||||
share/solr/licenses/commons-lang3-LICENSE-ASL.txt
|
||||
share/solr/licenses/commons-lang3-NOTICE.txt
|
||||
share/solr/licenses/commons-logging-1.1.3.jar.sha1
|
||||
@ -687,7 +696,7 @@ share/solr/licenses/disruptor-NOTICE.txt
|
||||
share/solr/licenses/eigenbase-properties-1.1.5.jar.sha1
|
||||
share/solr/licenses/eigenbase-properties-LICENSE-ASL.txt
|
||||
share/solr/licenses/eigenbase-properties-NOTICE.txt
|
||||
share/solr/licenses/fontbox-2.0.17.jar.sha1
|
||||
share/solr/licenses/fontbox-2.0.19.jar.sha1
|
||||
share/solr/licenses/fontbox-LICENSE-ASL.txt
|
||||
share/solr/licenses/fontbox-NOTICE.txt
|
||||
share/solr/licenses/gimap-1.5.1.jar.sha1
|
||||
@ -749,19 +758,19 @@ share/solr/licenses/http2-http-client-transport-NOTICE.txt
|
||||
share/solr/licenses/http2-server-9.4.27.v20200227.jar.sha1
|
||||
share/solr/licenses/http2-server-LICENSE-ASL.txt
|
||||
share/solr/licenses/http2-server-NOTICE.txt
|
||||
share/solr/licenses/httpclient-4.5.10.jar.sha1
|
||||
share/solr/licenses/httpclient-4.5.12.jar.sha1
|
||||
share/solr/licenses/httpclient-LICENSE-ASL.txt
|
||||
share/solr/licenses/httpclient-NOTICE.txt
|
||||
share/solr/licenses/httpcore-4.4.12.jar.sha1
|
||||
share/solr/licenses/httpcore-4.4.13.jar.sha1
|
||||
share/solr/licenses/httpcore-LICENSE-ASL.txt
|
||||
share/solr/licenses/httpcore-NOTICE.txt
|
||||
share/solr/licenses/httpmime-4.5.10.jar.sha1
|
||||
share/solr/licenses/httpmime-4.5.12.jar.sha1
|
||||
share/solr/licenses/httpmime-LICENSE-ASL.txt
|
||||
share/solr/licenses/httpmime-NOTICE.txt
|
||||
share/solr/licenses/icu4j-62.1.jar.sha1
|
||||
share/solr/licenses/icu4j-LICENSE-BSD_LIKE.txt
|
||||
share/solr/licenses/icu4j-NOTICE.txt
|
||||
share/solr/licenses/isoparser-1.1.22.jar.sha1
|
||||
share/solr/licenses/isoparser-1.9.41.2.jar.sha1
|
||||
share/solr/licenses/isoparser-LICENSE-ASL.txt
|
||||
share/solr/licenses/isoparser-NOTICE.txt
|
||||
share/solr/licenses/jackcess-3.0.1.jar.sha1
|
||||
@ -770,18 +779,18 @@ share/solr/licenses/jackcess-NOTICE.txt
|
||||
share/solr/licenses/jackcess-encrypt-3.0.0.jar.sha1
|
||||
share/solr/licenses/jackcess-encrypt-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackcess-encrypt-NOTICE.txt
|
||||
share/solr/licenses/jackson-annotations-2.10.1.jar.sha1
|
||||
share/solr/licenses/jackson-annotations-2.11.2.jar.sha1
|
||||
share/solr/licenses/jackson-annotations-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackson-annotations-NOTICE.txt
|
||||
share/solr/licenses/jackson-core-2.10.1.jar.sha1
|
||||
share/solr/licenses/jackson-core-2.11.2.jar.sha1
|
||||
share/solr/licenses/jackson-core-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackson-core-NOTICE.txt
|
||||
share/solr/licenses/jackson-core-asl-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackson-core-asl-NOTICE.txt
|
||||
share/solr/licenses/jackson-databind-2.10.1.jar.sha1
|
||||
share/solr/licenses/jackson-databind-2.11.2.jar.sha1
|
||||
share/solr/licenses/jackson-databind-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackson-databind-NOTICE.txt
|
||||
share/solr/licenses/jackson-dataformat-smile-2.10.1.jar.sha1
|
||||
share/solr/licenses/jackson-dataformat-smile-2.11.2.jar.sha1
|
||||
share/solr/licenses/jackson-dataformat-smile-LICENSE-ASL.txt
|
||||
share/solr/licenses/jackson-dataformat-smile-NOTICE.txt
|
||||
share/solr/licenses/jackson-jq-0.0.8.jar.sha1
|
||||
@ -798,7 +807,7 @@ share/solr/licenses/jaeger-thrift-NOTICE.txt
|
||||
share/solr/licenses/janino-3.0.9.jar.sha1
|
||||
share/solr/licenses/janino-LICENSE-BSD.txt
|
||||
share/solr/licenses/janino-NOTICE.txt
|
||||
share/solr/licenses/java-libpst-0.8.1.jar.sha1
|
||||
share/solr/licenses/java-libpst-0.9.3.jar.sha1
|
||||
share/solr/licenses/java-libpst-LICENSE-ASL.txt
|
||||
share/solr/licenses/java-libpst-NOTICE.txt
|
||||
share/solr/licenses/java-semver-0.9.0.jar.sha1
|
||||
@ -860,7 +869,7 @@ share/solr/licenses/jsoup-LICENSE-MIT.txt
|
||||
share/solr/licenses/jul-to-slf4j-1.7.24.jar.sha1
|
||||
share/solr/licenses/jul-to-slf4j-LICENSE-MIT.txt
|
||||
share/solr/licenses/jul-to-slf4j-NOTICE.txt
|
||||
share/solr/licenses/junit-4.12.jar.sha1
|
||||
share/solr/licenses/junit-4.13.1.jar.sha1
|
||||
share/solr/licenses/junit-LICENSE-CPL.txt
|
||||
share/solr/licenses/junit-NOTICE.txt
|
||||
share/solr/licenses/junit4-ant-2.7.2.jar.sha1
|
||||
@ -932,7 +941,7 @@ share/solr/licenses/log4j-slf4j-impl-2.13.2.jar.sha1
|
||||
share/solr/licenses/log4j-web-2.13.2.jar.sha1
|
||||
share/solr/licenses/log4j-web-LICENSE-ASL.txt
|
||||
share/solr/licenses/log4j-web-NOTICE.txt
|
||||
share/solr/licenses/metadata-extractor-2.11.0.jar.sha1
|
||||
share/solr/licenses/metadata-extractor-2.13.0.jar.sha1
|
||||
share/solr/licenses/metadata-extractor-LICENSE-PD.txt
|
||||
share/solr/licenses/metrics-core-4.1.5.jar.sha1
|
||||
share/solr/licenses/metrics-core-LICENSE-ASL.txt
|
||||
@ -969,37 +978,37 @@ share/solr/licenses/morfologik-stemming-NOTICE.txt
|
||||
share/solr/licenses/morfologik-ukrainian-search-4.9.1.jar.sha1
|
||||
share/solr/licenses/morfologik-ukrainian-search-LICENSE-ASL.txt
|
||||
share/solr/licenses/morfologik-ukrainian-search-NOTICE.txt
|
||||
share/solr/licenses/netty-all-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-all-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-all-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-all-NOTICE.txt
|
||||
share/solr/licenses/netty-buffer-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-buffer-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-buffer-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-buffer-NOTICE.txt
|
||||
share/solr/licenses/netty-codec-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-codec-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-codec-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-codec-NOTICE.txt
|
||||
share/solr/licenses/netty-common-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-common-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-common-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-common-NOTICE.txt
|
||||
share/solr/licenses/netty-handler-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-handler-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-handler-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-handler-NOTICE.txt
|
||||
share/solr/licenses/netty-resolver-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-resolver-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-resolver-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-resolver-NOTICE.txt
|
||||
share/solr/licenses/netty-transport-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-transport-NOTICE.txt
|
||||
share/solr/licenses/netty-transport-native-epoll-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-native-epoll-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-native-epoll-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-transport-native-epoll-NOTICE.txt
|
||||
share/solr/licenses/netty-transport-native-unix-common-4.1.47.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-native-unix-common-4.1.50.Final.jar.sha1
|
||||
share/solr/licenses/netty-transport-native-unix-common-LICENSE-ASL.txt
|
||||
share/solr/licenses/netty-transport-native-unix-common-NOTICE.txt
|
||||
share/solr/licenses/objenesis-2.6.jar.sha1
|
||||
share/solr/licenses/objenesis-LICENSE-ASL.txt
|
||||
share/solr/licenses/objenesis-NOTICE.txt
|
||||
share/solr/licenses/opennlp-tools-1.9.1.jar.sha1
|
||||
share/solr/licenses/opennlp-tools-1.9.2.jar.sha1
|
||||
share/solr/licenses/opennlp-tools-LICENSE-ASL.txt
|
||||
share/solr/licenses/opennlp-tools-NOTICE.txt
|
||||
share/solr/licenses/opentracing-api-0.33.0.jar.sha1
|
||||
@ -1014,31 +1023,25 @@ share/solr/licenses/opentracing-noop-NOTICE.txt
|
||||
share/solr/licenses/opentracing-util-0.33.0.jar.sha1
|
||||
share/solr/licenses/opentracing-util-LICENSE-ASL.txt
|
||||
share/solr/licenses/opentracing-util-NOTICE.txt
|
||||
share/solr/licenses/org.restlet-2.4.3.jar.sha1
|
||||
share/solr/licenses/org.restlet-LICENSE-ASL.txt
|
||||
share/solr/licenses/org.restlet-NOTICE.txt
|
||||
share/solr/licenses/org.restlet.ext.servlet-2.4.3.jar.sha1
|
||||
share/solr/licenses/org.restlet.ext.servlet-LICENSE-ASL.txt
|
||||
share/solr/licenses/org.restlet.ext.servlet-NOTICE.txt
|
||||
share/solr/licenses/parso-2.0.11.jar.sha1
|
||||
share/solr/licenses/parso-LICENSE-ASL.txt
|
||||
share/solr/licenses/parso-NOTICE.txt
|
||||
share/solr/licenses/pdfbox-2.0.17.jar.sha1
|
||||
share/solr/licenses/pdfbox-2.0.19.jar.sha1
|
||||
share/solr/licenses/pdfbox-LICENSE-ASL.txt
|
||||
share/solr/licenses/pdfbox-NOTICE.txt
|
||||
share/solr/licenses/pdfbox-tools-2.0.17.jar.sha1
|
||||
share/solr/licenses/pdfbox-tools-2.0.19.jar.sha1
|
||||
share/solr/licenses/pdfbox-tools-LICENSE-ASL.txt
|
||||
share/solr/licenses/pdfbox-tools-NOTICE.txt
|
||||
share/solr/licenses/poi-4.1.1.jar.sha1
|
||||
share/solr/licenses/poi-4.1.2.jar.sha1
|
||||
share/solr/licenses/poi-LICENSE-ASL.txt
|
||||
share/solr/licenses/poi-NOTICE.txt
|
||||
share/solr/licenses/poi-ooxml-4.1.1.jar.sha1
|
||||
share/solr/licenses/poi-ooxml-4.1.2.jar.sha1
|
||||
share/solr/licenses/poi-ooxml-LICENSE-ASL.txt
|
||||
share/solr/licenses/poi-ooxml-NOTICE.txt
|
||||
share/solr/licenses/poi-ooxml-schemas-4.1.1.jar.sha1
|
||||
share/solr/licenses/poi-ooxml-schemas-4.1.2.jar.sha1
|
||||
share/solr/licenses/poi-ooxml-schemas-LICENSE-ASL.txt
|
||||
share/solr/licenses/poi-ooxml-schemas-NOTICE.txt
|
||||
share/solr/licenses/poi-scratchpad-4.1.1.jar.sha1
|
||||
share/solr/licenses/poi-scratchpad-4.1.2.jar.sha1
|
||||
share/solr/licenses/poi-scratchpad-LICENSE-ASL.txt
|
||||
share/solr/licenses/poi-scratchpad-NOTICE.txt
|
||||
share/solr/licenses/presto-parser-LICENSE-ASL.txt
|
||||
@ -1084,6 +1087,9 @@ share/solr/licenses/slf4j-api-1.7.24.jar.sha1
|
||||
share/solr/licenses/slf4j-simple-1.7.24.jar.sha1
|
||||
share/solr/licenses/slice-LICENSE-ASL.txt
|
||||
share/solr/licenses/slice-NOTICE.txt
|
||||
share/solr/licenses/snappy-java-1.1.7.6.jar.sha1
|
||||
share/solr/licenses/snappy-java-LICENSE-ASL.txt
|
||||
share/solr/licenses/snappy-java-NOTICE.txt
|
||||
share/solr/licenses/spatial4j-0.7.jar.sha1
|
||||
share/solr/licenses/spatial4j-LICENSE-ASL.txt
|
||||
share/solr/licenses/spatial4j-NOTICE.txt
|
||||
@ -1097,16 +1103,16 @@ share/solr/licenses/t-digest-NOTICE.txt
|
||||
share/solr/licenses/tagsoup-1.2.1.jar.sha1
|
||||
share/solr/licenses/tagsoup-LICENSE-ASL.txt
|
||||
share/solr/licenses/tagsoup-NOTICE.txt
|
||||
share/solr/licenses/tika-core-1.24.jar.sha1
|
||||
share/solr/licenses/tika-core-1.24.1.jar.sha1
|
||||
share/solr/licenses/tika-core-LICENSE-ASL.txt
|
||||
share/solr/licenses/tika-core-NOTICE.txt
|
||||
share/solr/licenses/tika-java7-1.24.jar.sha1
|
||||
share/solr/licenses/tika-java7-1.24.1.jar.sha1
|
||||
share/solr/licenses/tika-java7-LICENSE-ASL.txt
|
||||
share/solr/licenses/tika-java7-NOTICE.txt
|
||||
share/solr/licenses/tika-parsers-1.24.jar.sha1
|
||||
share/solr/licenses/tika-parsers-1.24.1.jar.sha1
|
||||
share/solr/licenses/tika-parsers-LICENSE-ASL.txt
|
||||
share/solr/licenses/tika-parsers-NOTICE.txt
|
||||
share/solr/licenses/tika-xmp-1.24.jar.sha1
|
||||
share/solr/licenses/tika-xmp-1.24.1.jar.sha1
|
||||
share/solr/licenses/tika-xmp-LICENSE-ASL.txt
|
||||
share/solr/licenses/tika-xmp-NOTICE.txt
|
||||
share/solr/licenses/velocity-engine-core-2.0.jar.sha1
|
||||
@ -1139,16 +1145,16 @@ share/solr/licenses/xml-apis-NOTICE.txt
|
||||
share/solr/licenses/xmlbeans-3.1.0.jar.sha1
|
||||
share/solr/licenses/xmlbeans-LICENSE-ASL.txt
|
||||
share/solr/licenses/xmlbeans-NOTICE.txt
|
||||
share/solr/licenses/xmpcore-5.1.3.jar.sha1
|
||||
share/solr/licenses/xmpcore-LICENSE-BSD.txt
|
||||
share/solr/licenses/xmpcore-NOTICE.txt
|
||||
share/solr/licenses/xmpcore-shaded-6.1.10.jar.sha1
|
||||
share/solr/licenses/xmpcore-shaded-LICENSE-BSD.txt
|
||||
share/solr/licenses/xmpcore-shaded-NOTICE.txt
|
||||
share/solr/licenses/xz-1.8.jar.sha1
|
||||
share/solr/licenses/xz-LICENSE-PD.txt
|
||||
share/solr/licenses/xz-NOTICE.txt
|
||||
share/solr/licenses/zookeeper-3.5.7.jar.sha1
|
||||
share/solr/licenses/zookeeper-3.6.2.jar.sha1
|
||||
share/solr/licenses/zookeeper-LICENSE-ASL.txt
|
||||
share/solr/licenses/zookeeper-NOTICE.txt
|
||||
share/solr/licenses/zookeeper-jute-3.5.7.jar.sha1
|
||||
share/solr/licenses/zookeeper-jute-3.6.2.jar.sha1
|
||||
share/solr/licenses/zookeeper-jute-LICENSE-ASL.txt
|
||||
share/solr/licenses/zookeeper-jute-NOTICE.txt
|
||||
share/solr/server/
|
||||
@ -1223,8 +1229,8 @@ share/solr/server/solr-webapp/webapp/
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/antlr4-runtime-4.5.1-1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/asm-7.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/asm-commons-7.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/asm-8.0.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/asm-commons-8.0.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/avatica-core-1.13.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/caffeine-2.8.4.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/calcite-core-1.18.0.jar
|
||||
@ -1232,11 +1238,13 @@ share/solr/server/solr-webapp/webapp/WEB-INF/lib/calcite-linq4j-1.18.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-cli-1.4.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-codec-1.13.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-collections-3.2.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-collections4-4.4.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-compiler-3.0.9.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-configuration2-2.1.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-io-2.6.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-lang3-3.9.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-io-2.8.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-lang-2.6.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-lang3-3.10.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-math3-3.6.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-text-1.6.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/curator-client-2.13.0.jar
|
||||
@ -1255,13 +1263,13 @@ share/solr/server/solr-webapp/webapp/WEB-INF/lib/http2-client-9.4.27.v20200227.j
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/http2-common-9.4.27.v20200227.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/http2-hpack-9.4.27.v20200227.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/http2-http-client-transport-9.4.27.v20200227.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.5.10.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.12.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.5.10.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-annotations-2.10.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.10.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-databind-2.10.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.10.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.5.12.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.13.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.5.12.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-annotations-2.11.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.11.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-databind-2.11.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.11.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/janino-3.0.9.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/java-semver-0.9.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/jetty-alpn-client-9.4.27.v20200227.jar
|
||||
@ -1296,31 +1304,30 @@ share/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-extras-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial3d-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-buffer-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-codec-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-common-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-handler-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-resolver-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-native-epoll-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-native-unix-common-4.1.47.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-buffer-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-codec-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-common-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-handler-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-resolver-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-native-epoll-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/netty-transport-native-unix-common-4.1.50.Final.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/opentracing-api-0.33.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/opentracing-noop-0.33.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/opentracing-util-0.33.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.4.3.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.4.3.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/protobuf-java-3.11.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/re2j-1.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/rrd4j-3.5.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/s2-geometry-library-java-1.0.0.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/snappy-java-1.1.7.6.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-${V}.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/spatial4j-0.7.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/stax2-api-3.1.4.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/woodstox-core-asl-4.4.1.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/zookeeper-3.5.7.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/zookeeper-jute-3.5.7.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/zookeeper-3.6.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/lib/zookeeper-jute-3.6.2.jar
|
||||
share/solr/server/solr-webapp/webapp/WEB-INF/web.xml
|
||||
share/solr/server/solr-webapp/webapp/css/
|
||||
share/solr/server/solr-webapp/webapp/css/angular/
|
||||
@ -1518,9 +1525,9 @@ share/solr/server/solr-webapp/webapp/img/ico/network-status-offline.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/network-status.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/network.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-design.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-master.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-follower.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-leader.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-select.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node-slave.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/node.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/pencil-small.png
|
||||
share/solr/server/solr-webapp/webapp/img/ico/pencil.png
|
||||
@ -1613,7 +1620,7 @@ share/solr/server/solr-webapp/webapp/libs/angular.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/d3.js
|
||||
share/solr/server/solr-webapp/webapp/libs/highlight.js
|
||||
share/solr/server/solr-webapp/webapp/libs/jquery-3.4.1.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/jquery-3.5.1.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/jquery-ui.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/jstree.min.js
|
||||
share/solr/server/solr-webapp/webapp/libs/ngtimeago.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user