Skip to content

Latest commit

 

History

History
48 lines (48 loc) · 1.18 KB

howcaniconnecttosolr.md

File metadata and controls

48 lines (48 loc) · 1.18 KB
layout title
default
How can I connect to Solr ?
Go Back

How can I connect to Solr ?

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.