this fleshing out of the bug
conditions.
-- Bryan
> -Original Message-
> From: Young, Cody [mailto:cody.yo...@move.com]
> Sent: Thursday, June 21, 2012 11:04 AM
> To: solr-user@lucene.apache.org
> Subject: RE: Exception using distributed field-collapsing
>
> No, I bel
@lucene.apache.org
Subject: RE: Exception using distributed field-collapsing
Cody,
> Does it work in the non distributed case?
Yes.
>
> Is the field you're grouping on stored? What is the type on the
uniqueKey
> field? Is it stored and indexed?
The field I'm grouping on is a stri
: Wednesday, June 20, 2012 1:54 PM
> To: solr-user@lucene.apache.org
> Subject: RE: Exception using distributed field-collapsing
>
> > Hi Bryan,
> >
> > What is the fieldtype of the groupField? You can only group by field
> > that is of type string as is descri
Exception using distributed field-collapsing
> Hi Bryan,
>
> What is the fieldtype of the groupField? You can only group by field
> that is of type string as is described in the wiki:
> http://wiki.apache.org/solr/FieldCollapsing#Request_Parameters
>
> When you group by another
> Hi Bryan,
>
> What is the fieldtype of the groupField? You can only group by field
> that is of type string as is described in the wiki:
> http://wiki.apache.org/solr/FieldCollapsing#Request_Parameters
>
> When you group by another field type a http 400 should be returned
> instead if this error.
Hi Bryan,
What is the fieldtype of the groupField? You can only group by field
that is of type string as is described in the wiki:
http://wiki.apache.org/solr/FieldCollapsing#Request_Parameters
When you group by another field type a http 400 should be returned
instead if this error. At least that