You should be able to set numShards in solr.xml per core.
---------------------------------------------------------

                 Key: SOLR-3186
                 URL: https://issues.apache.org/jira/browse/SOLR-3186
             Project: Solr
          Issue Type: Improvement
            Reporter: Mark Miller
            Assignee: Mark Miller
             Fix For: 4.0


If you are bootstrapping a multi-core setup, you currently have to settle for 
the same numShards for every core. We really should support a way of specifying 
this per core without having to use the CoreAdminHandler to dynamically create 
the cores. Currently I am thinking we just add numShards to what you can 
specify per core in solr.xml. I know it's a little odd because the param is 
only used once on the very first node for the collection - but as long as we 
doc it correctly, I don't think its much of a problem.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to