CoreAdminRequest does not handle core/name differently based on request
-----------------------------------------------------------------------
Key: SOLR-827
URL: https://issues.apache.org/jira/browse/SOLR-827
Project: Solr
Issue Type: Bug
Components: clients - java
Reporter: Sean Colombo
This is closely related to SOLR-803. In that issue, creating new cores failed
because "core" parameter was set instead of "name". As it turns out, the
CREATE action uses "name" and all other actions use "core". This means that
the fix to 803 would have also been a break to the others.
Documentation on parameters for certain actions:
http://wiki.apache.org/solr/CoreAdmin#head-c6dd6a81d9af0c12de8c160fbfa82fe2c5411e71
I have a patch ready.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.