>> Software Engineer, Zappos.com
>> jnewb...@zappos.com - 702-943-7562
>>
>>
>>> From: Otis Gospodnetic
>>> Reply-To:
>>> Date: Sun, 19 Apr 2009 20:30:22 -0700 (PDT)
>>> To:
>>> Subject: Re: CollapseFilter with the lates
0 (PDT)
To:
Subject: Re: CollapseFilter with the latest Solr in trunk
Once somebody really makes it work, I'm sure it will be released!
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Antonio Eggberg
To: solr-user@lucene.apache.org
Sent: S
io Eggberg
>> To: solr-user@lucene.apache.org
>> Sent: Sunday, April 19, 2009 9:21:20 PM
>> Subject: Re: CollapseFilter with the latest Solr in trunk
>>
>>
>> I wish it would be planned for 1.4 :))
>>
>>
>> --- Den sön 2009-04-19 skrev O
e: CollapseFilter with the latest Solr in trunk
>
>
> I wish it would be planned for 1.4 :))
>
>
> --- Den sön 2009-04-19 skrev Otis Gospodnetic :
>
> > Från: Otis Gospodnetic
> > Ämne: Re: CollapseFilter with the latest Solr in trunk
> > Till: solr-user
I wish it would be planned for 1.4 :))
--- Den sön 2009-04-19 skrev Otis Gospodnetic :
> Från: Otis Gospodnetic
> Ämne: Re: CollapseFilter with the latest Solr in trunk
> Till: solr-user@lucene.apache.org
> Datum: söndag 19 april 2009 15.06
>
> Thanks for sharing!
> It
: solr-user@lucene.apache.org
> Sent: Sunday, April 19, 2009 8:12:11 AM
> Subject: Re: CollapseFilter with the latest Solr in trunk
>
> Ok, here is how I fixed this problem:
>
> public DocListAndSet getDocListAndSet(Query query, ListfilterList,
> DocSet docSet, Sort lsor
Ok, here is how I fixed this problem:
public DocListAndSet getDocListAndSet(Query query, List filterList,
DocSet docSet, Sort lsort, int offset, int len, int flags) throwsIOException {
//DocListAndSet ret = new DocListAndSet();
//getDocListC(ret,query,filterList,docSet,lsort,offset,len
We are currently trying to do the same thing. With the patch unaltered we
can use fq as long as collapsing is turned on. If we just send a normal
document level query with an fq parameter it blows up.
Additionally, it does not appear that the collapse.facet option works at
all.
--
Jeff Newburn