diff --git a/solr/solr-ref-guide/src/transforming-result-documents.adoc b/solr/solr-ref-guide/src/transforming-result-documents.adoc index c817d48dcb9..33cb3340bdb 100644 --- a/solr/solr-ref-guide/src/transforming-result-documents.adoc +++ b/solr/solr-ref-guide/src/transforming-result-documents.adoc @@ -124,7 +124,8 @@ A default style can be configured by specifying an `args` parameter in your `sol === [child] - ChildDocTransformerFactory -This transformer returns all <> 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 <> 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] ----