This query requires that you index
children and parent docs as a single block, using the
IndexWriter.addDocuments(java.util.Collection) or IndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection) API.
This module supports index-time joins while searching, where joined
documents are indexed as a single document block using
IndexWriter.addDocuments(java.util.Collection).