[
https://issues.apache.org/jira/browse/SOLR-8998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15250039#comment-15250039
]
Yonik Seeley commented on SOLR-8998:
------------------------------------
There's prob more than one way to do that in a single request. One way would
do it all in facets:
- query facet that does the block join child->parent
- topdocs() to get the top parents
- field facet (a sub-facet) on the parents (including any rollups)
There may be other reasons one wants the actual main document list to be the
parents... but I don't see why we wouldn't be able to support that as well.
> JSON Facet API child roll-ups
> -----------------------------
>
> Key: SOLR-8998
> URL: https://issues.apache.org/jira/browse/SOLR-8998
> Project: Solr
> Issue Type: New Feature
> Components: Facet Module
> Reporter: Yonik Seeley
>
> The JSON Facet API currently has the ability to map between parents and
> children ( see http://yonik.com/solr-nested-objects/ )
> This issue is about adding a true rollup ability where parents would take on
> derived values from their children. The most important part (and the most
> difficult part) will be the external API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]