[
https://issues.apache.org/jira/browse/SOLR-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432646#comment-17432646
]
Andrzej Bialecki commented on SOLR-15708:
-----------------------------------------
This looks good overall. A couple minor nits:
* there's {{ModifiableParams.setNonNull}} that we can use instead of explicit
if-s, makes the code cleaner.
* I prefer using {{something == null}} instead of {{null == something}} as it
feels more natural to me, and I think this is also prevalent in Solr code.
> Add ConfigSetAdminRequest.Upload
> --------------------------------
>
> Key: SOLR-15708
> URL: https://issues.apache.org/jira/browse/SOLR-15708
> Project: Solr
> Issue Type: Sub-task
> Reporter: Chris M. Hostetter
> Assignee: Chris M. Hostetter
> Priority: Major
> Attachments: SOLR-15708.patch
>
>
> There's currently no SolrJ support for the {{/admin/configs?action=UPLOAD}}
> API
> The workaround is to use a {{ContentStreamUpdateRequest}} and set the
> appropriate path and params
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]