Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 8932 invoked from network); 29 Nov 2010 09:10:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Nov 2010 09:10:05 -0000 Received: (qmail 23374 invoked by uid 500); 29 Nov 2010 09:10:05 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 23234 invoked by uid 500); 29 Nov 2010 09:10:02 -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 23227 invoked by uid 99); 29 Nov 2010 09:10:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Nov 2010 09:10:02 +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; Mon, 29 Nov 2010 09:10:00 +0000 Received: from eosnew.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 0D51C974 for ; Mon, 29 Nov 2010 09:09:39 +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: Mon, 29 Nov 2010 09:09:38 -0000 Message-ID: <20101129090938.16601.82092@eosnew.apache.org> Subject: =?utf-8?q?=5BSolr_Wiki=5D_Trivial_Update_of_=22ClusteringComponent=22_by_?= =?utf-8?q?KojiSekiguchi?= 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 "ClusteringComponent" page has been changed by KojiSekiguchi. http://wiki.apache.org/solr/ClusteringComponent?action=3Ddiff&rev1=3D42&rev= 2=3D43 -------------------------------------------------- [[Solr1.4]] = NOTE: This code is marked as experimental and is the APIs and responses a= re subject to change in future releases. See https://issues.apache.org/jira= /browse/SOLR-769 for discussions around the development of this feature. + = + <> = =3D Introduction =3D This component can cluster both search results and documents. In case yo= u're wondering what clustering is good for, think of it as a quick way to s= ummarize a whole bunch of results/documents, or as a way to group together = like results/documents.