RE: Exception using distributed field-collapsing

2012-06-21 Thread Bryan Loofbourrow
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

RE: Exception using distributed field-collapsing

2012-06-21 Thread Young, Cody
@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

RE: Exception using distributed field-collapsing

2012-06-21 Thread Bryan Loofbourrow
: 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

RE: Exception using distributed field-collapsing

2012-06-21 Thread Young, Cody
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

RE: Exception using distributed field-collapsing

2012-06-20 Thread Bryan Loofbourrow
> 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.

Re: Exception using distributed field-collapsing

2012-06-20 Thread Martijn v Groningen
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