[
https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12899502#action_12899502
]
Martijn van Groningen commented on SOLR-1682:
---------------------------------------------
bq. 2) the popularity of a group is the max among all docs in that group
If done as different sort in the second phase collector. This means then that
the groups themselves are sorted on popularity desc (most popular group end up
as first result), but the documents inside the group on price asc. This can be
confusing since the document responsible for getting the group in the result
set (top 10) might not be put in inside the group during the second phase. I'm
not sure if end user expect / want this.
bq. had planned on group.limit to be the number of groups returned - so I just
need to get used to the new way of thinking about these
Can't we use rows parameter for that?
bq. It looks fine in XML, but in JSON the representation of a doclist as "docs"
it
Maybe groupDocs fits as good description
> Implement CollapseComponent
> ---------------------------
>
> Key: SOLR-1682
> URL: https://issues.apache.org/jira/browse/SOLR-1682
> Project: Solr
> Issue Type: Sub-task
> Components: search
> Reporter: Martijn van Groningen
> Assignee: Shalin Shekhar Mangar
> Fix For: Next
>
> Attachments: field-collapsing.patch, SOLR-1682.patch,
> SOLR-1682.patch, SOLR-1682.patch, SOLR-1682.patch, SOLR-1682_prototype.patch,
> SOLR-1682_prototype.patch, SOLR-1682_prototype.patch, SOLR-236.patch
>
>
> Child issue of SOLR-236. This issue is dedicated to field collapsing in
> general and all its code (CollapseComponent, DocumentCollapsers and
> CollapseCollectors). The main goal is the finalize the request parameters and
> response format.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]