Question:


How Can I connect to Solr ? It shows


Solution:


Check If Solr Core Url is valid, Let us check with an example :

Suppose, I have a Core "Solr_sample" then my Solr Core URL will be http:/localhost:8983/solr/Solr_sample .


Make Sure :


  • Your Solr Core Url does not contain "/" at the end of the Url.
  • Remove "#" from the Solr Core Url if exist.