Re: Grouping results by choosen field

2006-03-21 Thread Java Programmer
On 3/17/06, Java Programmer <[EMAIL PROTECTED]> wrote: > > Hello, > I tried to search myself for soultion, but without any good result, so I want > to ask group. > My problem concerns result grouping, the best example will be Google search > where you have results sorted by relevance, and also gr

RE: Grouping results by choosen field

2006-03-21 Thread anton
Good grouping by domain realized in nutch... Nutch can serve good example of group on certain field. -Original Message- From: Java Programmer [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 21, 2006 3:56 PM To: java-user@lucene.apache.org Subject: Re: Grouping results by choosen field On

Re: Grouping results by choosen field

2006-03-17 Thread karl wettin
17 mar 2006 kl. 21.01 skrev karl wettin: 17 mar 2006 kl. 16.36 skrev Java Programmer: My problem concerns result grouping, the best example will be Google search where you have results sorted by relevance, and also grouped by domain (they have little indent/margin). In my project I want

Re: Grouping results by choosen field

2006-03-17 Thread karl wettin
17 mar 2006 kl. 16.36 skrev Java Programmer: My problem concerns result grouping, the best example will be Google search where you have results sorted by relevance, and also grouped by domain (they have little indent/margin). In my project I want to get similar functionality, without very

Re: Grouping results by choosen field

2006-03-17 Thread Chris Hostetter
I believe hte topic you are refering to is typically refered to as "clustering" ... you may wnat to search for that. I've never really looked at it, but carrot2 seems to be a favorite among those who do result clustering. : Date: Fri, 17 Mar 2006 16:36:44 +0100 : From: Java Programmer <[EMAIL P