Re: Grouping ngroups count

2012-05-02 Thread Martijn v Groningen
t group.ngroups at the time. >> >> https://issues.apache.org/jira/browse/SOLR-3316 >> >> If this is a similar issue then you should make a new Jira issue. >> >> Cody >> >> -Original Message- >> From: Francois Perron [mailto:francois

Re: Grouping ngroups count

2012-05-01 Thread Francois Perron
ps at the time. > > https://issues.apache.org/jira/browse/SOLR-3316 > > If this is a similar issue then you should make a new Jira issue. > > Cody > > -Original Message- > From: Francois Perron [mailto:francois.per...@wantedanalytics.com] > Sent: Tuesday, M

RE: Grouping ngroups count

2012-05-01 Thread Young, Cody
R-3316 If this is a similar issue then you should make a new Jira issue. Cody -Original Message- From: Francois Perron [mailto:francois.per...@wantedanalytics.com] Sent: Tuesday, May 01, 2012 6:47 AM To: solr-user@lucene.apache.org Subject: Grouping ngroups count Hello all, I tried

Grouping ngroups count

2012-05-01 Thread Francois Perron
Hello all, I tried to use grouping with 2 slices with a index of 35K documents. When I ask top 10 rows, grouped by filed A, it gave me about 16K groups. But, if I ask for top 20K rows, the ngroups property is now at 30K. Do you know why and of course how to fix it ? Thanks.