Hello,
I am trying to write a simple Solr client using SolrJ APIs and as per the example given on the wiki page.
However whenever I try to run this I get the following error
Based on various blogs, it seems this is the way to interact with Solr using Java library. However I am not able to understand why API try to use a URL which is not available.
Please note that I am starting my local Solr installation using "java -jar start.jar" which would use jetty container by default.
Appreciate your responses.
Regards,
Amit