Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A57D77E33 for ; Fri, 19 Aug 2011 18:28:54 +0000 (UTC) Received: (qmail 71235 invoked by uid 500); 19 Aug 2011 18:28:52 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 70706 invoked by uid 500); 19 Aug 2011 18:28:51 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 70688 invoked by uid 99); 19 Aug 2011 18:28:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 18:28:50 +0000 X-ASF-Spam-Status: No, hits=-2001.1 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Aug 2011 18:28:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 39593C4D5F for ; Fri, 19 Aug 2011 18:28:27 +0000 (UTC) Date: Fri, 19 Aug 2011 18:28:27 +0000 (UTC) From: "Mark Miller (JIRA)" To: dev@lucene.apache.org Message-ID: <1010246173.53821.1313778507231.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (SOLR-2723) If you don't choose a shard name for a SolrCore, the system should auto assign shard names. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org If you don't choose a shard name for a SolrCore, the system should auto assign shard names. ------------------------------------------------------------------------------------------- Key: SOLR-2723 URL: https://issues.apache.org/jira/browse/SOLR-2723 Project: Solr Issue Type: New Feature Reporter: Mark Miller Fix For: 4.0 When you first boot up a node with the collection files to use, you might also pass how many slices you want - if you choose 3 slices, the first 3 nodes that come up would each go to a different slice and get a unique shard name - further nodes that come up would be replicas in each slice and get one of the 3 shard names. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org