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

David Eric Pugh commented on SOLR-10558:
----------------------------------------

Umm...   Does the value {{-1}} already do what you want?  I swear I see that 
work when I set my fl parameter to be:

{{

fl=id,parent_id,title,path,content_type,content,content_ocr,page_number,page_dimension,_root_,[child
 parentFilter=content_type:parentDocument limit=-1]

}}

> Support unlimited limits on ChildDocTransformer
> -----------------------------------------------
>
>                 Key: SOLR-10558
>                 URL: https://issues.apache.org/jira/browse/SOLR-10558
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 4.10.4
>            Reporter: Tero Paananen
>            Priority: Minor
>         Attachments: SOLR-10558.patch
>
>
> The ChildDocTransformer has a limit on a number of child documents returned 
> per parent document. The default is set to 10.
> We have a use case where we need to return all child documents.
> The current workaround is to set the limit to a number so high it's unlikely 
> any parent document ever would have that many child documents. It would be 
> less error prone if the limit could be set to "unlimited".



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

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

Reply via email to