Hi I am using solrcloud on cloudera cluster. I have created collections using solrctl command which is supported by cloudera search tool. I included one class of java in schema.xml for creating a field type which is dependent on a jar that i have included in solrconfig.xml. But when i reload that collection, I am getting an error that ERROR LOADING THAT CLASS what i included in schema.xml. What else do i need to include ?
In solrconfig.xml : <lib dir="/root/Desktop/vidya/langid/lib/" regex=".*\.jar" /> Error while relaoding in command line interface : <?xml version="1.0" encoding="UTF-8"?> <response> <lst name="responseHeader"> <int name="status"> 0</int> <int name="QTime"> 197</int> </lst> <lst name="failure"> <str name="01hw507404.tcshydnextgen.com:8983_solr"> org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException:Error handling 'reload' action</str> </lst> </response> Please help me on this.Thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Error-while-reloading-collection-tp4250635.html Sent from the Solr - User mailing list archive at Nabble.com.