Re: Incorrect group.ngroups value

2014-08-25 Thread alxsss
To: solr-user Sent: Fri, Aug 22, 2014 8:15 am Subject: RE: Incorrect group.ngroups value The Co-location section of this document http://searchhub.org/2013/06/13/solr-cloud-document-routing/ might be of interest to you. It mentions the need for using Solr Cloud routing to group documents in

Re: Incorrect group.ngroups value

2014-08-22 Thread Bryan Bende
; --Andrew Shumway > > > -Original Message- > From: Bryan Bende [mailto:bbe...@gmail.com] > Sent: Friday, August 22, 2014 9:01 AM > To: solr-user@lucene.apache.org > Subject: Re: Incorrect group.ngroups value > > Thanks Jim. > > We've been using the composi

RE: Incorrect group.ngroups value

2014-08-22 Thread Andrew Shumway
Message- From: Bryan Bende [mailto:bbe...@gmail.com] Sent: Friday, August 22, 2014 9:01 AM To: solr-user@lucene.apache.org Subject: Re: Incorrect group.ngroups value Thanks Jim. We've been using the composite id approach where we put group value as the leading portion of the id (i.e. group

Re: Incorrect group.ngroups value

2014-08-22 Thread Bryan Bende
Thanks Jim. We've been using the composite id approach where we put group value as the leading portion of the id (i.e. groupValue!documentid), so I was expecting all of the documents for a given group to be in the same shard, but at least this gives me something to look into. I'm still suspicious

Re: Incorrect group.ngroups value

2014-08-22 Thread jim ferenczi
Hi Bryan, This is a known limitations of the grouping. https://wiki.apache.org/solr/FieldCollapsing#RequestParameters group.ngroups: *WARNING: If this parameter is set to true on a sharded environment, all the documents that belong to the same group have to be located in the same shard, otherwis