Michael Stieler created SOLR-5266:
-------------------------------------
Summary: HttpSolrServer: baseURL set by constructor and setter has
not the same result
Key: SOLR-5266
URL: https://issues.apache.org/jira/browse/SOLR-5266
Project: Solr
Issue Type: Bug
Components: clients - java
Affects Versions: 4.4
Reporter: Michael Stieler
Priority: Minor
There is an unexpected difference between setting the base URL by the
constructor
solrCore = new HttpSolrServer("http://localhost:8983/solr/");
and by the setter
solrCore.setBaseURL("http://localhost:8983/solr/");
In the constructor, additional checks are performed such as removing the
trailing slash.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]