Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 37917 invoked from network); 22 Dec 2010 01:23:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Dec 2010 01:23:34 -0000 Received: (qmail 31086 invoked by uid 500); 22 Dec 2010 01:23:34 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 31037 invoked by uid 500); 22 Dec 2010 01:23:34 -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 31030 invoked by uid 99); 22 Dec 2010 01:23:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Dec 2010 01:23:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 22 Dec 2010 01:23:34 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 5C46D683; Wed, 22 Dec 2010 01:23:13 +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: Wed, 22 Dec 2010 01:23:13 -0000 Message-ID: <20101222012313.78861.41330@eosnew.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Update_of_=22ClusteringComponent=22_by_KojiSeki?= =?utf-8?q?guchi?= Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for chan= ge notification. The "ClusteringComponent" page has been changed by KojiSekiguchi. http://wiki.apache.org/solr/ClusteringComponent?action=3Ddiff&rev1=3D44&rev= 2=3D45 -------------------------------------------------- = The !ClusteringComponent is responsible for taking in the request, identi= fy the clustering engine to be used (a !SolrClusteringEngine implementation= ) and then delegating the work to that engine. Once the engine is done, th= e results are then added to the response. = - The !ClusteringComponent currently does not support distributed processin= g. + [[Solr3.1]] + The !ClusteringComponent supports distributed processing, except carrot.p= roduceSummary option (Please see [[http://issues.apache.org/jira/browse/SOL= R-2282|SOLR-2282]] about the restriction). = =3D=3D Installation =3D=3D =20