Thanks Adrien…

Works like a charm!!!

On Wed, Jul 1, 2015 at 10:22 PM, Adrien Grand <[email protected]> wrote:

> Hi Ravikumar,
>
> You need to run a BooleanQuery with two clauses:
>  - a must clause that matches all parent documents
>  - a must_not clause that matches all parents that have children
>
> Building this second clause can be done easily with a
> ToParentBlockJoinQuery around a child query that matches all your
> children documents.
>
>
> --
> Adrien
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to