public class BlockJoin extends Object
Constructor and Description |
---|
BlockJoin() |
Modifier and Type | Method and Description |
---|---|
static DocSet |
toChildren(DocSet parentInput,
BitDocSet parentList,
DocSet acceptDocs,
QueryContext qcontext)
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.
|
static DocSet |
toParents(DocSet childInput,
BitDocSet parentList,
QueryContext qcontext)
childInput may also contain parents (i.e.
|
public static DocSet toChildren(DocSet parentInput, BitDocSet parentList, DocSet acceptDocs, QueryContext qcontext) throws IOException
IOException
public static DocSet toParents(DocSet childInput, BitDocSet parentList, QueryContext qcontext) throws IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.