Return-Path: X-Original-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9FFA09D9C for ; Sat, 1 Oct 2011 16:25:17 +0000 (UTC) Received: (qmail 15852 invoked by uid 500); 1 Oct 2011 16:25:17 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 15774 invoked by uid 500); 1 Oct 2011 16:25:16 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 15765 invoked by uid 99); 1 Oct 2011 16:25:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2011 16:25:16 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.131] (HELO eos.apache.org) (140.211.11.131) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2011 16:25:14 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0DF77AA9; Sat, 1 Oct 2011 16:24:53 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Apache Wiki To: Apache Wiki Date: Sat, 01 Oct 2011 16:24:52 -0000 Message-ID: <20111001162452.89144.83676@eos.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22SolrCloud=22_by_Pulkit_Sin?= =?utf-8?q?ghal?= Auto-Submitted: auto-generated X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "SolrCloud" page has been changed by Pulkit Singhal: http://wiki.apache.org/solr/SolrCloud?action=3Ddiff&rev1=3D41&rev2=3D42 <> = =3D=3D Getting Started =3D=3D - = Check out and build the trunk: https://svn.apache.org/repos/asf/lucene/de= v/trunk and build the example server with {{{cd solr; ant example}}}. = If you haven't yet, go through the simple [[http://lucene.apache.org/solr= /tutorial.html|Solr Tutorial]] to familiarize yourself with Solr. @@ -80, +79 @@ =3D=3D=3D Example B: Simple two shard cluster with shard replicas =3D=3D= =3D This example will simply build off of the previous example by creating an= other copy of shard1 and shard2. Extra shard copies can be used for high a= vailability and fault tolerance, or simply for increasing the query capacit= y of the cluster. = - Note: This setup leverages copy/paste to setup 2 cores per shard and dist= ributed searches validate a succesful completion of this example/exercise. = But DO NOT assume that any new data that you index will be distributed acro= ss and indexes at each core of a given shard. That will not happen. Distrib= uted Indexing is not part of SolrCloud yet. You may however adapt a basic i= mplementation of distributed indexing by referring to [[https://issues.apac= he.org/jira/browse/SOLR-2355|SOLR-2355]]. + Note: This setup leverages copy/paste to setup 2 cores per shard and dist= ributed searches validate a succesful completion of this example/exercise. = But DO NOT assume that any new data that you index will be distributed acro= ss and indexed at each core of a given shard. That will not happen. Distrib= uted Indexing is not part of SolrCloud yet. You may however adapt a basic i= mplementation of distributed indexing by referring to [[https://issues.apac= he.org/jira/browse/SOLR-2355|SOLR-2355]]. = First, run through the previous example so we already have two shards and= some documents indexed into each. Then simply make a copy of those two se= rvers: =20