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

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

A thought on this problem - I have a workaround which involves separate facet 
queries for the grouped facets using a different sort (so matching grouped 
records are always first in the group if available).

I don't know how this works internally, but might it be possible to add a sort 
to the facet query? Like: 
{{facet.query={!sort=Monitor_ID+asc}Monitor_ID:[1+TO+9999]}}
?
                
> 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