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 chethan <ch...@gmail.com> on 2012/08/15 08:51:39 UTC

Solr 3.5 result grouping is failing

Hi,

I'm trying to group (field collapse) my search results on a field called
"site". The schema says that it has to be indexed: *<field name="site"
type="string" stored="false" indexed="true"/>.*
But when I try to query the results with *group.field=site&group.limit=100,
*I see only 1 group of results being returned. And the group value is null.
This seems to work on another solr instance which only has a few documents
indexed. Seems to fail on bigger indexes. Help is appreciated.

Thanks
Chethan

Fwd: Solr 3.5 result grouping is failing

Posted by chethan <ch...@gmail.com>.
<Forwarding this to the nutch group as well since I'm using the nutch
indexing schema>

Hi,

I'm trying to group (field collapse) my search results on a field called
"site". The schema says that it has to be indexed: *<field name="site"
type="string" stored="false" indexed="true"/>.*
But when I try to query the results with *group.field=site&group.limit=100,
*I see only 1 group of results being returned. And the group value is null.
This seems to work on another solr instance which only has a few documents
indexed. Seems to fail on bigger indexes. Help is appreciated.

Thanks
Chethan

Re: Solr 3.5 result grouping is failing

Posted by Erick Erickson <er...@gmail.com>.
Please attach the results of adding &debugQuery=on
to your query in both the success and failure case, there's
very little information to go on here. You might review:

http://wiki.apache.org/solr/UsingMailingLists

Best
Erick

On Wed, Aug 15, 2012 at 12:57 AM, chethan <ch...@gmail.com> wrote:
> Hi,
>
> I'm trying to group (field collapse) my search results on a field called
> "site". The schema says that it has to be indexed: *<field name="site"
> type="string" stored="false" indexed="true"/>.*
> But when I try to query the results with *group.field=site&group.limit=100,
> *I see only 1 group of results being returned. And the group value is null.
> This seems to work on another solr instance which only has a few documents
> indexed. Seems to fail on bigger indexes. Help is appreciated.
>
> Thanks
> Chethan
>
>
> Sent this message again as it seemed to bounce the first time.

Fwd: Solr 3.5 result grouping is failing

Posted by chethan <ch...@gmail.com>.
Hi,

I'm trying to group (field collapse) my search results on a field called
"site". The schema says that it has to be indexed: *<field name="site"
type="string" stored="false" indexed="true"/>.*
But when I try to query the results with *group.field=site&group.limit=100,
*I see only 1 group of results being returned. And the group value is null.
This seems to work on another solr instance which only has a few documents
indexed. Seems to fail on bigger indexes. Help is appreciated.

Thanks
Chethan


Sent this message again as it seemed to bounce the first time.