Skip to content
Commits on Source (2)
lucene-solr (3.6.2+dfsg-15) unstable; urgency=medium
* Team upload.
* Switch from libmysql-java to libmariadb-java.
-- Markus Koschany <apo@debian.org> Fri, 09 Nov 2018 17:23:59 +0100
lucene-solr (3.6.2+dfsg-14) unstable; urgency=medium
* Team upload.
......
......@@ -161,7 +161,7 @@ Depends:
Recommends:
solr-tomcat (= ${binary:Version}) | solr-jetty (= ${binary:Version})
Suggests:
libmysql-java
libmariadb-java
Description: Enterprise search server based on Lucene3 - common files
Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
......
......@@ -64,10 +64,10 @@ yet packaged for Debian.
DataImportHandler
-----------------
If you use the handler with mysql, you need to install libmysql-java and
If you use the handler with mysql, you need to install libmariadb-java and
add the following to your solrconfig.xml:
<lib path="/usr/share/java/mysql.jar" />
<lib path="/usr/share/java/mariadb-java-client.jar" />
The handler writes status information to::
......