Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 79996 invoked from network); 14 Mar 2005 17:57:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Mar 2005 17:57:39 -0000 Received: (qmail 59500 invoked by uid 500); 14 Mar 2005 17:57:34 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 59479 invoked by uid 500); 14 Mar 2005 17:57:34 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 59465 invoked by uid 99); 14 Mar 2005 17:57:34 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from libra.cs.put.poznan.pl (HELO libra.cs.put.poznan.pl) (150.254.30.30) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Mar 2005 09:57:34 -0800 Received: from libra.cs.put.poznan.pl (localhost [127.0.0.1]) by libra (Postfix on VMS) with SMTP id 744873923 for ; Mon, 14 Mar 2005 18:57:30 +0100 (CET) Received: from [150.254.24.146] (idss-dw-pnca.cs.put.poznan.pl [150.254.24.146]) by libra.cs.put.poznan.pl (Postfix on VMS) with ESMTP id 4898B3913 for ; Mon, 14 Mar 2005 18:57:30 +0100 (CET) Message-ID: <4235D01D.9020301@cs.put.poznan.pl> Date: Mon, 14 Mar 2005 18:55:41 +0100 From: Dawid Weiss User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Removing similar documents from search results References: <1110820764.11418.36.camel@saturn> In-Reply-To: <1110820764.11418.36.camel@saturn> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi Miles :) I can imagine if you apply clustering to search results anyway then the information about clusters can help you determine 'similar' results and reorder the output list. Just a thought. D. Miles Barr wrote: > Has anyone tried to remove similar documents from their search results? > It looks like Google does some on the fly filtering of the results, > hiding pages which is thinks are too similar, i.e. when you see: > > "In order to show you the most relevant results, we have omitted some > entries very similar to the 7 already displayed. > If you like, you can repeat the search with the omitted results > included." > > at the bottom of the page. > > Is there anything in Lucene or one of the contrib packages that compares > two documents? > > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org