Thanks Peter :)
On Tue, Jun 22, 2010 at 3:08 PM, Peter Karich wrote:
> ups, sorry. I meant Martijn! Not the germanized Martin :-/
>
> Peter.
>
> > Hi,
> > I wanted to apply field collapsing on the title(type string). but
> > want to show only one document (and the count of such documents
ups, sorry. I meant Martijn! Not the germanized Martin :-/
Peter.
> Hi,
> I wanted to apply field collapsing on the title(type string). but
> want to show only one document (and the count of such documents) per title
> rather than show all the documents.
>
> Regards
> Raakhi
>
>
> On Tue,
Hi Raakhi,
yes, then the collapse patch works perfectly in our case. If you don't
get the patch applied correctly, try asking directly here:
https://issues.apache.org/jira/browse/SOLR-236
I did the same and got immediately response from Martin & Co or try the
latest patch:
2010-06-17 03:08 PM Mar
Hi,
I wanted to apply field collapsing on the title(type string). but
want to show only one document (and the count of such documents) per title
rather than show all the documents.
Regards
Raakhi
On Tue, Jun 22, 2010 at 12:59 AM, Peter Karich wrote:
> Hi Raakhi,
>
> First, field collap
Hi Raakhi,
First, field collapsing works pretty well in our system. And, as Martin
has said on 17.06.2010 in the other thread "Field Collapsing SOLR-236":
I've added a new patch to the issue, so building the trunk (rev
955615) with the latest patch should not be a problem. Due to recent
changes i
Hi,
I have an index with the following fields:
id (unique)
title
description
price.
Suppose i want to find unique documents and count of all documents with the
same title, sorted on price.
How do i go about it.
Knowing that field collapsing is not stable with 1.4.
if