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

Ian Grainger commented on SOLR-2898:
------------------------------------

In my example I was grouping by some other field - so say I group by 
'Company_ID' and then I want to find companies with low monitor IDs - as long 
as I'm using group.truncate (which I happen to be) I only want to find a group 
which has at least one matching value - so by using a sort by monitor ID ASC, 
if the group has any low monitor IDs they'll be the selected ones, and the 
facet counts will therefore be correct.

I realise this doesn't fix the problem properly - but I was wondering if it was 
possible to use as a workaround (a specific sort per facet) as I don't know how 
it works internally.
                
> Support grouped faceting
> ------------------------
>
>                 Key: SOLR-2898
>                 URL: https://issues.apache.org/jira/browse/SOLR-2898
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Martijn van Groningen
>         Attachments: SOLR-2898.patch
>
>
> Support grouped faceting. As described in LUCENE-3097 (matrix counts).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to