SOLR-13830: Correct ref guide on [child] response structure.

This commit is contained in:
David Smiley 2019-11-01 11:15:25 -04:00
parent 6e1ecd1218
commit 124d38a597
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ A default style can be configured by specifying an `args` parameter in your `sol
=== [child] - ChildDocTransformerFactory
This transformer returns all <<indexing-nested-documents.adoc#indexing-nested-documents,descendant documents>> of each parent document matching your query in a flat list nested inside the matching parent document. This is useful when you have indexed nested child documents and want to retrieve the child documents for the relevant parent documents for any type of search query.
This transformer returns all <<indexing-nested-documents.adoc#indexing-nested-documents,descendant documents>> of each parent document matching your query.
This is useful when you have indexed nested child documents and want to retrieve the child documents for the relevant parent documents for any type of search query.
[source,plain]
----