Parent-Child Query in two Index for es6.6

Is there anyway to achieve parent-child query in two different index for es6.6?

No. Parent-child relationships require all related documents to be located in the same shard.

Thanks,in this case i will try another method