How to retrieve nested documents (parents and their children together) ?

2018-07-22 Thread TK Solr
https://lucene.apache.org/solr/guide/7_4/other-parsers.html#block-join-parent-query-parser talks about {!parent which=} docs>, which returns parent docs only, and {!child of=} , which returns child docs only. Is there a way to retrieve the matched documents in the original, nested form? Using

Re: How to retrieve nested documents (parents and their children together) ?

2018-07-22 Thread Mikhail Khludnev
Hello, Check [child] https://lucene.apache.org/solr/guide/7_4/transforming-result-documents.html#child-childdoctransformerfactory or [subquery]. Although, it's worth to put reference to it somewhere in blockjoin qparsers. Documentation patches are welcome. On Sun, Jul 22, 2018 at 10:25 AM TK Solr

Solr [subquery] document transformer

2018-07-22 Thread Dwane Hall
Good afternoon knowledgeable solr community. I’m experiencing problems using a document transformer across a multiple shard collection and am wondering if anyone would please be able to assist or provide some guidance? The document transformer query below works nicely until I split the collec