Class BlockJoin


  • public class BlockJoin
    extends Object
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • BlockJoin

        public BlockJoin()
    • Method Detail

      • toChildren

        public static DocSet toChildren​(DocSet parentInput,
                                        BitDocSet parentList,
                                        DocSet acceptDocs,
                                        QueryContext qcontext)
                                 throws IOException
        acceptDocs will normally be used to avoid deleted documents from being generated as part of the answer DocSet (just use *:*) although it can be used to further constrain the generated documents.
        Throws:
        IOException