takezoe / solr-scala-client

Solr Client for Scala
Apache License 2.0
91 stars 43 forks source link

solrClient not able to connect to Solr instance. #33

Open dhruvsinghal991 opened 8 years ago

dhruvsinghal991 commented 8 years ago

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()