Shalin Shekhar Mangar created SOLR-7595:
-------------------------------------------
Summary: 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
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]