You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "yuanyun.cn (JIRA)" <ji...@apache.org> on 2013/06/26 18:30:24 UTC

[jira] [Commented] (SOLR-2553) Nested Field Collapsing

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

yuanyun.cn commented on SOLR-2553:
----------------------------------

We find this jira and https://issues.apache.org/jira/browse/SOLR-2526 - Grouping on multiple fields is very useful for us.
Any plan to implement this?
Thanks...
                
> Nested Field Collapsing
> -----------------------
>
>                 Key: SOLR-2553
>                 URL: https://issues.apache.org/jira/browse/SOLR-2553
>             Project: Solr
>          Issue Type: Improvement
>          Components: SearchComponents - other
>            Reporter: Martijn Laarman
>
> Currently specifying grouping on multiple fields returns multiple datasets. 
> It would be nice if Solr supported cascading / nested grouping by applying the first group over the entire result set, the next over each group and so forth and so forth. 
> Even if limited to supporting nesting grouping 2 levels deep would cover alot of use cases. 
> group.field=location&group.field=type
> -Location X
> ---Type 1
> -----documents
> ---Type 2
> ----documents
> -Location Y
> ---Type 1
> ----documents
> ---Type 2
> ----documents
> instead of 
> -Location X
> -- documents
> -Location Y
> --documents
> -Type 1
> --documents
> -Type2
> --documents

--
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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org