RE: clustering results

2004-04-12 Thread Bruce Ritchie
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: April 11, 2004 1:03 PM > To: Lucene Users List > Subject: Re: clustering results > > I got all excited reading the subject line "clustering > results" but this isn&#

Carrot 2 (was: Re: clustering results)

2004-04-11 Thread Otis Gospodnetic
e got an example of this type of clustering done in a more > efficient > > way, that'd be great. > > > > Any other ideas? > > > > > > - Original Message - > > From: "Erik Hatcher" <[EMAIL PROTECTED]> > > To: "Lucene U

Re: clustering results

2004-04-11 Thread kevin
ot an example of this type of clustering done in a more efficient > way, that'd be great. > > Any other ideas? > > > - Original Message - > From: "Erik Hatcher" <[EMAIL PROTECTED]> > To: "Lucene Users List" <[EMAIL PROTECTED]>

Re: clustering results

2004-04-10 Thread Michael A. Schoen
that'd be great. Any other ideas? - Original Message - From: "Erik Hatcher" <[EMAIL PROTECTED]> To: "Lucene Users List" <[EMAIL PROTECTED]> Sent: Saturday, April 10, 2004 12:35 AM Subject: Re: clustering results > On Apr 9, 2004, at 8:16 PM, Michael

Re: clustering results

2004-04-10 Thread Erik Hatcher
On Apr 10, 2004, at 9:47 AM, Venu Durgam wrote: I am not sure how sort can filter out results. sort will just sort the results right ? Right no filtering using Sort. lets say if i had below results http://www.b.com/1.html http://www.a.com/1.html http://www.b.com/2.html http://www.a.com/2.html

Re: clustering results

2004-04-10 Thread Venu Durgam
Erik, Thanks for the poiner. I am not sure how sort can filter out results. sort will just sort the results right ? lets say if i had below results http://www.b.com/1.html http://www.a.com/1.html http://www.b.com/2.html http://www.a.com/2.html if you sort by domain name, results might be http:

Re: clustering results

2004-04-10 Thread Erik Hatcher
On Apr 9, 2004, at 8:16 PM, Michael A. Schoen wrote: I have an index of urls, and need to display the top 10 results for a given query, but want to display only 1 result per domain. It seems that using either Hits or a HitCollector, I'll need to access the doc, grab the domain field (I'll have i