Description
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
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
Attaching patch with proposed additions to SolrJ's ConfigSetAdminRequest and changes to existing tests to exercise the new solrj code.
I think this is good to go, and should be safe to backport for an 8.11?