in case of subquery, I used {!terms } query and able to get the sql-join
like operation.

Can we use multiple query parsers in query ?
Ex. child.q={!dismax ... } {!terms ..}
where dismax will be used to select the child docs and {!terms} will be
used to take the join.

is this possible?

On Sat, Oct 30, 2021 at 1:42 PM govind nitk <[email protected]> wrote:

> > 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
>> ?
>>
>>
>>
>>
>>

Reply via email to