Return-Path: X-Original-To: apmail-incubator-lucy-user-archive@www.apache.org Delivered-To: apmail-incubator-lucy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E91C7BAC for ; Sun, 11 Dec 2011 04:26:26 +0000 (UTC) Received: (qmail 20269 invoked by uid 500); 11 Dec 2011 04:26:25 -0000 Delivered-To: apmail-incubator-lucy-user-archive@incubator.apache.org Received: (qmail 20242 invoked by uid 500); 11 Dec 2011 04:26:25 -0000 Mailing-List: contact lucy-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucy-user@incubator.apache.org Delivered-To: mailing list lucy-user@incubator.apache.org Received: (qmail 20234 invoked by uid 99); 11 Dec 2011 04:26:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2011 04:26:24 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lancebw47@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 11 Dec 2011 04:26:19 +0000 Received: by wgbds11 with SMTP id ds11so17017242wgb.0 for ; Sat, 10 Dec 2011 20:25:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=Vg6xVhWLHNeSy4bxV66tcqrSPK8/mWEjKbiPjX4Gal4=; b=xs2FviVlYhgYqqZDxNbzv75RzFIoLmp0jRhms/WSXVUe4xZoa/jJqTAlECaa8C9Kjy m79aTqFqJAsHiLfxfbjCY3p9UeTfOH547vXNb/irfGw+pUs/VujaF4CR0Pn3UAlzpyis bA3DXsLsGXTtb3tKEW9Vawvcigvvvbx4UE5E0= MIME-Version: 1.0 Received: by 10.216.167.82 with SMTP id h60mr1189366wel.75.1323577558033; Sat, 10 Dec 2011 20:25:58 -0800 (PST) Received: by 10.216.60.18 with HTTP; Sat, 10 Dec 2011 20:25:57 -0800 (PST) In-Reply-To: <20111211031736.GA29179@rectangular.com> References: <4EE417D5.6060904@peknet.com> <20111211031736.GA29179@rectangular.com> Date: Sun, 11 Dec 2011 06:25:57 +0200 Message-ID: From: lance bowler To: lucy-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [lucy-user] Collapsing and highlighting On Sun, Dec 11, 2011 at 5:17 AM, Marvin Humphrey w= rote: > On Sat, Dec 10, 2011 at 08:39:17PM -0600, Peter Karman wrote: >> > - is it possible to collapse duplicate results based on a field? =A0eg= , you >> > may have many results from a particular website, so I may want to coll= apse >> > these and display a More link. =A0Can do? >> >> No existing feature for that afaik. > > I wrote a de-duping searcher a while back for KinoSearch 0.2x. =A0I can > contribute the old code to Apache via the issue tracker and if somebody > decides they want it badly enough, it wouldn't be too hard to bring up to > date. =A0I think it would make a nice LucyX module. me! me! Seriously, that would be a nice feature to have. I believe Xapian has something similar.