> Solr documentation says, [subquery] transformer is intended to be an improvement for [child] .
Will try this out. On Sat, Oct 30, 2021 at 1:37 PM govind nitk <[email protected]> wrote: > Hi, > > I am using edismax parser for querying parent documents. With [child ] > transformer, I am able to get the child/nested documents of matching > parents. > > But I am curious to know any way to user queryfields for child docs? > > For example, q= A B C > I am trying to get child documents matching these query words ( at least 1 > or all). > How to get querying on child docs in this case ? > > Is there any way to mention a queryparser for a child transformer factory ? > > > > >
