Roar, the closest thing to that is referred to as Field Collapsing - have a look at SOLR-236 in Solr's JIRA issue tracking system.
Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch ----- Original Message ---- > From: Roar Skullestad <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Monday, September 29, 2008 12:46:50 PM > Subject: Result clustering > > I'm not sure whether "clustering" is the right term, but what I want to do > is something similar to what google does when they group results from the > same domains together (the second one indented). > > So, say result #20 in the result list has same value for the "clustering" > field as result #3. I would then like result #20 to be moved up to become > result #4. Can this be done with solr configuration? Could faceted search be > used for this? If not, do you have some other suggested solutions? > > - Roar