Hello Matt,
the patch should work with trunk and after a small fix with 1.3 too (see
my comment in SOLR-236). I just made a successful build to be sure.
Do you see any error messages?
Thomas
Matt Mitchell schrieb:
Thanks guys. I looked at the dedup stuff, but the documents I'm adding
aren't really duplicates. They're very similar, but different.
I checked out the field collapsing feature patch, applied the patch but
can't get it to build successfully. Will this patch work with a nightly
build?
Thanks!
On Fri, May 15, 2009 at 7:47 PM, Otis Gospodnetic <
otis_gospodne...@yahoo.com> wrote:
Matt - you may also want to detect near duplicates at index time:
http://wiki.apache.org/solr/Deduplication
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
----- Original Message ----
From: Matt Mitchell <goodie...@gmail.com>
To: solr-user@lucene.apache.org
Sent: Friday, May 15, 2009 6:52:48 PM
Subject: grouping response docs together
Is there a built-in mechanism for grouping similar documents together in
the
response? I'd like to make it look like there is only one document with
multiple "hits".
Matt