I have not done anything with Java for many years, so I try to make it as simple as possible. I am running Ubuntu 10.04. So far, I just did:
apt-get install solr-jetty libmysql-java
and configure all my configuration files to retrieve documents from my MySQL database. Now, however, I get this in the logs when I try to do a full import:
SEVERE: Full Import failed org.apache.solr.handler.dataimport.DataImportHandlerException: Could not load driver: com.mysql.jdbc.Driver Processing Document # 1
Now I'm a little stuck because if the apt installation of libmysql-java did not bring me the JDBC driver, I have no idea what will happen.
java ubuntu lucene solr
Phil kulak
source share