solr-scala-client icon indicating copy to clipboard operation
solr-scala-client copied to clipboard

solrClient not able to connect to Solr instance.

Open dhruvsinghal991 opened this issue 10 years ago • 0 comments

org.apache.solr.client.solrj.impl.HttpSolrServer cannot be cast to org.apache.solr.client.solrj.SolrServer val solr_client = new SolrClient("http://localhost:8983/solr/apc2015") dataFrame.collect().foreach(x=>{solr_client.add(Map("serial_number"->x(0), "registration_number"->x(1)))}) solr_client.commit()

dhruvsinghal991 avatar Oct 29 '15 06:10 dhruvsinghal991