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

Mark Miller commented on SOLR-3248:
-----------------------------------

bq.  Right now, one has to use the UpdateRequest approach,

Yeah, but only if you are using the same SolrServer instance to add to multiple 
collections. You can set the default per instance.

If you want to work with multiple collections with a single SolrServer 
instance, then I think these methods def make things nicer - unfortunately, you 
have to handle a lot of them with a bunch of variants. I still think we should 
do it though.
                
> CloudSolrServer should add methods to make it easier to set the collection on 
> a per request basis
> -------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-3248
>                 URL: https://issues.apache.org/jira/browse/SOLR-3248
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 4.0
>
>
> It would be good if CloudSolrServer would add methods that make it easier for 
> specifying the collection, such as when adding documents.  Right now, one has 
> to use the UpdateRequest approach, which is more cumbersome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]

Reply via email to