[ 
https://issues.apache.org/jira/browse/SOLR-3956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hoss Man updated SOLR-3956:
---------------------------

    Attachment: SOLR-3956.patch

Hmmm... looking at the context of the fix a bit more i realized it wasn't going 
to play nice with using a non-0 offset, so in this updated patch i added tests 
for that case and fixed the code.

The lucene level test passes, but the solr ones don't suggesting that there is 
another aspect of this bug somewhere (either that i managed to screw up the 
solr tests) ... need to look closer later
                
> group.facet and facet.limit=-1 returns no facet counts
> ------------------------------------------------------
>
>                 Key: SOLR-3956
>                 URL: https://issues.apache.org/jira/browse/SOLR-3956
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0
>            Reporter: Mike Spencer
>         Attachments: SOLR-3956.patch, SOLR-3956.patch, SOLR-3956.patch, 
> SOLR-3956.patch
>
>
> Attempting to use group.facet=true and facet.limit=-1 to return all facets 
> from a grouped result ends up with the counts not being returned. Adjusting 
> the facet.limit to any number greater than 0 returns the facet counts as 
> expected.
> This does not appear limited to a specific field type, as I have tried on 
> (both multivalued and not) text, string, boolean, and double types.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to