[
https://issues.apache.org/jira/browse/SOLR-5922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14135108#comment-14135108
]
Anshum Gupta commented on SOLR-5922:
------------------------------------
[~varunthacker] Can you provide an updated patch that doesn't really try to do
anything at the coreadmin level (even for testing) and only uses the new way of
using the CollectionAdminRequest
{code:title=New way of using SolrJ for Collections API}
Create createRequest = new Create()
createRequest.setCollectionName(name);
createRequest.setConfigName(..);
.
.
{code}
I'll review and commit it once you provide an update.
> Add Properties and other parameters to SolrJ Collection Admin Request calls
> ---------------------------------------------------------------------------
>
> Key: SOLR-5922
> URL: https://issues.apache.org/jira/browse/SOLR-5922
> Project: Solr
> Issue Type: Improvement
> Reporter: Varun Thacker
> Assignee: Anshum Gupta
> Fix For: 5.0
>
> Attachments: SOLR-5922.patch, SOLR-5922.patch, SOLR-5922.patch,
> SOLR-5922.patch
>
>
> SOLR-5208 added functionality for the setting of core.properties key/values
> at create-time on Collections API.
> We should allow the same behaviour for SolrJ API calls as well.
> Also I want to add get and set methods to be able to add 'instanceDir',
> 'dataDir', 'ulogDir' for a create colleciton call.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]