Uses of Interface
org.apache.lucene.search.join.ToParentDocValues.Accumulator
-
Packages that use ToParentDocValues.Accumulator Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of ToParentDocValues.Accumulator in org.apache.lucene.search.join
Classes in org.apache.lucene.search.join that implement ToParentDocValues.Accumulator Modifier and Type Class Description private static class
ToParentDocValues.NumDV
private static class
ToParentDocValues.SortedDVs
Fields in org.apache.lucene.search.join declared as ToParentDocValues.Accumulator Modifier and Type Field Description private ToParentDocValues.Accumulator
ToParentDocValues. collector
Constructors in org.apache.lucene.search.join with parameters of type ToParentDocValues.Accumulator Constructor Description ToParentDocValues(DocIdSetIterator values, BitSet parents, DocIdSetIterator children, ToParentDocValues.Accumulator collect)
-