Re: Enabling DIH breaks Solr4.4

2013-08-08 Thread Spadez
Thank you both so much for your help. The regex was indeed outdated. Everything works perfectly now! :) -- View this message in context: http://lucene.472066.n3.nabble.com/Enabling-DIH-breaks-Solr4-4-tp4083282p4083286.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Enabling DIH breaks Solr4.4

2013-08-08 Thread Raymond Wiker
I think the problem is that you have the wrong name for the jar file: you have apache-solr-dataimporthandler instead of simply solr-dataimporthandler. In my solrconfig.xml, I have --- which may or may not work for you.

Re: Enabling DIH breaks Solr4.4

2013-08-08 Thread Rafał Kuć
Hello! Try changing the lib directives to absolute paths, by looking at the exception: Caused by: java.lang.ClassNotFoundException: org.apache.solr.handler.dataimport.DataImportHandler it seems that the DataImportHandler class is not seen by Solr class loader. -- Regards, Rafał Kuć Sematext