Jared Rodriguez created SOLR-4782:
-------------------------------------

             Summary: Pass Collection Handler Params through to Core Handling
                 Key: SOLR-4782
                 URL: https://issues.apache.org/jira/browse/SOLR-4782
             Project: Solr
          Issue Type: Improvement
          Components: SolrCloud
    Affects Versions: 4.2.1
         Environment: Any SolrCloud using shards and replication
            Reporter: Jared Rodriguez


As all collection commands in Solr Cloud that have to do with sharding and 
replication are ultimately passed through to each Core shard, it is currently 
impossible to get fine grained control of the core actions.  Case in point, 
when deleting a collection via a curl command, the collection handler processes 
the request but only passes through the collection name to the zkController.  
So parameters that can be used to unload the core, such as deleteDataDir, 
deleteIndex, etc cannot be passed.  Likewise on collection create - no core 
parameters such as schema are ultimately passed to the core handling.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to