[
https://issues.apache.org/jira/browse/SOLR-5266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16873547#comment-16873547
]
Munendra S N commented on SOLR-5266:
------------------------------------
Based on above comment and
[this|https://github.com/apache/lucene-solr/blob/a76c962ee61f5185d30ff5bd94a23c16d21a5a98/solr/solrj/src/java/org/apache/solr/client/solrj/impl/HttpSolrClient.java#L183],
closing this
[~elyograg]
What should be the resolution here?? Thanks in advance
> 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
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]