I am testing to see if we can go to Solr 5.3.1. When I try to create collection (using collection api) I am getting an error: "ClassNotFoundException" org.apache.solr.handler.dataimport.DataImportHandler
I have all the files in exactly the same locations In my solrconfig.xml: <lib dir="../lib" /> This is where I have the 5.3.1 dataimporthandler files and specific jars for the database I am accessing. I am not sure why I am getting this error? Is there a place where I can see in more details as to where solr expects the files to be and why it cannot find them in ../lib? Thanks for help!
