From solr-user-return-77336-apmail-lucene-solr-user-archive=lucene.apache.org@lucene.apache.org Thu Jan 10 16:26:17 2013 Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1EA3D53B for ; Thu, 10 Jan 2013 16:26:17 +0000 (UTC) Received: (qmail 8816 invoked by uid 500); 10 Jan 2013 16:26:14 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 8746 invoked by uid 500); 10 Jan 2013 16:26:13 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 8715 invoked by uid 99); 10 Jan 2013 16:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 16:26:13 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [66.111.4.29] (HELO out5-smtp.messagingengine.com) (66.111.4.29) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jan 2013 16:26:06 +0000 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 09AC5206CC for ; Thu, 10 Jan 2013 11:25:45 -0500 (EST) Received: from web5.nyi.mail.srv.osa ([10.202.2.215]) by compute2.internal (MEProxy); Thu, 10 Jan 2013 11:25:46 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=mZ68A0jR8y8YHCyE7dMybU49p6A=; b=UiQ T7X67h05K2wFKeD55pknHVSPjenWpRstsIj8uqEGVuNkqp6gJDmn03J/BUlkuSk5 J8UILEWCCTEG/DP8z8c8e7vLZzSZh9hNDQZ1u8n7VTwWS1XQ+50uo8bpgtveJMKy /WQ6UsuiIatykL4mOxCkV9vXp3C8ZdP4GsdrD4P8= Received: by web5.nyi.mail.srv.osa (Postfix, from userid 99) id 5CE924C24EC; Thu, 10 Jan 2013 11:25:45 -0500 (EST) Message-Id: <1357835145.23019.140661175898025.199F7ABF@webmail.messagingengine.com> X-Sasl-Enc: LgNSewzSnlg/V4h41+TkM1xLcLOWptf1WncnSjh9qbE6 1357835145 From: Upayavira To: solr-user@lucene.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-33d24f93 In-Reply-To: <1357813047761-4032138.post@n3.nabble.com> References: <1357813047761-4032138.post@n3.nabble.com> Subject: Re: SolrCloud removing shard (how to not loose data) Date: Thu, 10 Jan 2013 16:25:45 +0000 X-Virus-Checked: Checked by ClamAV on apache.org Why do you want to unload one shard of a collection? Doing so would render your collection incomplete and therefore non-functional. It'd help to understand a bit more what you're trying to achieve. Upayavira On Thu, Jan 10, 2013, at 10:17 AM, mizayah wrote: > Lets say i got one collection with 3 shards. Every shard contains indexed > data. > > I want to unload one shard. Is there any way for data from unloaded shard > to > be not lost? > How to remove shard with data withoud loosing them? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrCloud-removing-shard-how-to-not-loose-data-tp4032138.html > Sent from the Solr - User mailing list archive at Nabble.com.