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 ?
