[
https://issues.apache.org/jira/browse/SOLR-7595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14559574#comment-14559574
]
ASF subversion and git services commented on SOLR-7595:
-------------------------------------------------------
Commit 1681808 from [email protected] in branch 'dev/trunk'
[ https://svn.apache.org/r1681808 ]
SOLR-7595: Allow method chaining for all CollectionAdminRequests in Solrj
> Allow method chaining for all CollectionAdminRequest
> ----------------------------------------------------
>
> Key: SOLR-7595
> URL: https://issues.apache.org/jira/browse/SOLR-7595
> Project: Solr
> Issue Type: Improvement
> Components: clients - java, SolrJ
> Reporter: Shalin Shekhar Mangar
> Assignee: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: Trunk, 5.3
>
> Attachments: SOLR-7595.patch
>
>
> Allow methods to be chained for all CollectionAdminRequests so that code like
> the following can be written:
> {code}
> Create createCollectionRequest = new Create()
> .setCollectionName("testasynccollectioncreation")
> .setNumShards(1)
> .setConfigName("conf1")
> .setAsyncId("1001");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]