[ 
https://issues.apache.org/jira/browse/SOLR-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12562879#action_12562879
 ] 

Yonik Seeley commented on SOLR-467:
-----------------------------------

The other alternative to creating a new SolrServer for talking to different 
cores or servers is to treat it more like HttpClient... the URL could be 
specified in the request itself (and could default to the URL of the SolrServer 
if unset).  Not sure if it's worth the complexity though since SolrServer 
instances should be very lightweight now.  I'm considering simply creating one 
per request to be sent in distributed search... it gets rid of any caching 
complexity.

> Remove 'core' options from solrj
> --------------------------------
>
>                 Key: SOLR-467
>                 URL: https://issues.apache.org/jira/browse/SOLR-467
>             Project: Solr
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Ryan McKinley
>            Assignee: Ryan McKinley
>             Fix For: 1.3
>
>
> Remove the option to change cores for a SolrServer.  The core should be 
> selected in the constructor -- for Http version, this is with the path, and 
> the Embedded version can get registered with a name or SolrCore.
> This will require creating a new SolrServer for multi-core admin operations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to