[ 
https://issues.apache.org/jira/browse/SOLR-4164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15544083#comment-15544083
 ] 

Cao Manh Dat edited comment on SOLR-4164 at 10/4/16 2:13 AM:
-------------------------------------------------------------

Hi Yonik,

In this case group.limit kinda more like rows parameter in /select and we don't 
support for negative rows param now. Users should aware that get all documents 
from each group will be a problem ( especially when we have very few groups ). 
In opposite case when we have many groups so upper bound for group.limit to 
retrieve all the docs will be good enough?


was (Author: caomanhdat):
Hi Yonik,

In this case group.limit kinda more like rows parameter in /select and we don't 
support for negative rows param now. Users should aware that get all documents 
from each group will be a problem ( especially when we have very few groups )

> Result Grouping fails if no hits
> --------------------------------
>
>                 Key: SOLR-4164
>                 URL: https://issues.apache.org/jira/browse/SOLR-4164
>             Project: Solr
>          Issue Type: Bug
>          Components: SearchComponents - other, SolrCloud
>    Affects Versions: 4.0
>            Reporter: Lance Norskog
>            Assignee: Cao Manh Dat
>
> In SolrCloud, found a result grouping bug in the 4.0 release.
> A distributed result grouping request under SolrCloud got this result:
> {noformat}
> Dec 10, 2012 10:32:07 PM org.apache.solr.common.SolrException log
> SEVERE: null:java.lang.IllegalArgumentException: numHits must be > 0; please 
> use TotalHitCountCollector if you just need the total hit count
>         at 
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1120)
>         at 
> org.apache.lucene.search.TopFieldCollector.create(TopFieldCollector.java:1069)
>         at 
> org.apache.lucene.search.grouping.AbstractSecondPassGroupingCollector.<init>(AbstractSecondPassGroupingCollector.java:75)
>         at 
> org.apache.lucene.search.grouping.term.TermSecondPassGroupingCollector.<init>(TermSecondPassGroupingCollector.java:49)
>         at 
> org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand.create(TopGroupsFieldCommand.java:128)
>         at 
> org.apache.solr.search.grouping.CommandHandler.execute(CommandHandler.java:132)
>         at 
> org.apache.solr.handler.component.QueryComponent.process(QueryComponent.java:339)
>         at 
> org.apache.solr.handler.component.SearchHandler.handleRequestBody(SearchHandler.java:206)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to