You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Per Newgro <pe...@gmx.ch> on 2011/07/04 17:54:28 UTC

Is solrj 3.3.0 ready for field collapsing?

Hi,

i've tried to add the params for group=true and group.field=myfield by 
using the SolrQuery.
But the result is null. Do i have to configure something? In wiki part 
for field collapsing i couldn't
find anything.

Thanks
Per

Re: Is solrj 3.3.0 ready for field collapsing?

Posted by Ryan McKinley <ry...@gmail.com>.
patches are always welcome!


On Tue, Jul 5, 2011 at 3:04 PM, Yonik Seeley <yo...@lucidimagination.com> wrote:
> On Mon, Jul 4, 2011 at 11:54 AM, Per Newgro <pe...@gmx.ch> wrote:
>> i've tried to add the params for group=true and group.field=myfield by using
>> the SolrQuery.
>> But the result is null. Do i have to configure something? In wiki part for
>> field collapsing i couldn't
>> find anything.
>
> No specific (type-safe) support for grouping is in SolrJ currently.
> But you should still have access to the complete generic solr response
> via SolrJ regardless (i.e. use getResponse())
>
> -Yonik
> http://www.lucidimagination.com
>

Re: Is solrj 3.3.0 ready for field collapsing?

Posted by Yonik Seeley <yo...@lucidimagination.com>.
On Mon, Jul 4, 2011 at 11:54 AM, Per Newgro <pe...@gmx.ch> wrote:
> i've tried to add the params for group=true and group.field=myfield by using
> the SolrQuery.
> But the result is null. Do i have to configure something? In wiki part for
> field collapsing i couldn't
> find anything.

No specific (type-safe) support for grouping is in SolrJ currently.
But you should still have access to the complete generic solr response
via SolrJ regardless (i.e. use getResponse())

-Yonik
http://www.lucidimagination.com