[ 
https://issues.apache.org/jira/browse/SOLR-14963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Smiley updated SOLR-14963:
--------------------------------
    Description: The {{[child limit=10]}} doc transformer "limit" param 
_should_ apply per parent, and it's documented this way: "The maximum number of 
child documents to be returned per parent document.". However, it is instead 
implemented as an overall limit as the child documents are processed in a 
depth-first order way. The implementation ought to change.  (was: The {{[child 
rows=10]}} doc transformer "rows" param _should_ apply per parent, and it's 
documented this way: "The maximum number of child documents to be returned per 
parent document.".  However, it is instead implemented as an overall limit as 
the child documents are processed in a depth-first order way.  The 
implementation ought to change.)

> [child limit=...] param should apply per level
> ----------------------------------------------
>
>                 Key: SOLR-14963
>                 URL: https://issues.apache.org/jira/browse/SOLR-14963
>             Project: Solr
>          Issue Type: Bug
>            Reporter: David Smiley
>            Priority: Major
>              Labels: NestedDocuments
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The {{[child limit=10]}} doc transformer "limit" param _should_ apply per 
> parent, and it's documented this way: "The maximum number of child documents 
> to be returned per parent document.". However, it is instead implemented as 
> an overall limit as the child documents are processed in a depth-first order 
> way. The implementation ought to change.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to