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 classToParentDocValues.NumDVprivate static classToParentDocValues.SortedDVsFields in org.apache.lucene.search.join declared as ToParentDocValues.Accumulator Modifier and Type Field Description private ToParentDocValues.AccumulatorToParentDocValues. collectorConstructors in org.apache.lucene.search.join with parameters of type ToParentDocValues.Accumulator Constructor Description ToParentDocValues(DocIdSetIterator values, BitSet parents, DocIdSetIterator children, ToParentDocValues.Accumulator collect)
-