Package | Description |
---|---|
org.apache.lucene.search.join |
Support for index-time and query-time joins.
|
Modifier and Type | Class and Description |
---|---|
private static class |
ToParentDocValues.NumDV |
private static class |
ToParentDocValues.SortedDVs |
Modifier and Type | Field and Description |
---|---|
private ToParentDocValues.Accumulator |
ToParentDocValues.collector |
Constructor and Description |
---|
ToParentDocValues(DocIdSetIterator values,
BitSet parents,
DocIdSetIterator children,
ToParentDocValues.Accumulator collect) |