Uses of Class
org.hibernate.search.backend.lucene.lowlevel.join.impl.ChildDocIds
-
-
Uses of ChildDocIds in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.docvalues.impl with parameters of type ChildDocIds Modifier and Type Method Description protected NumericDoubleValuesDoubleMultiValuesToSingleValuesSource. select(SortedNumericDoubleDocValues values, ChildDocIds childDocsWithValues)protected LongMultiValuesJoiningLongMultiValuesSource. select(org.apache.lucene.index.SortedNumericDocValues values, ChildDocIds childDocsWithValues)protected TextMultiValuesJoiningTextMultiValuesSource. select(org.apache.lucene.index.SortedSetDocValues values, ChildDocIds childDocsWithValues)protected org.apache.lucene.search.LongValuesLongMultiValuesToSingleValuesSource. select(org.apache.lucene.index.SortedNumericDocValues values, ChildDocIds childDocsWithValues)protected org.apache.lucene.index.SortedDocValuesTextMultiValuesToSingleValuesSource. select(org.apache.lucene.index.SortedSetDocValues values, ChildDocIds childDocsWithValues) -
Uses of ChildDocIds in org.hibernate.search.backend.lucene.lowlevel.join.impl
Methods in org.hibernate.search.backend.lucene.lowlevel.join.impl that return ChildDocIds Modifier and Type Method Description ChildDocIdsNestedDocsProvider. childDocs(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.DocIdSetIterator childFilter)ChildDocIdsNestedDocsProvider. childDocs(org.apache.lucene.search.Weight childDocsWeight, org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.DocIdSetIterator childFilter) -
Uses of ChildDocIds in org.hibernate.search.backend.lucene.search.projection.impl
Fields in org.hibernate.search.backend.lucene.search.projection.impl declared as ChildDocIds Modifier and Type Field Description protected ChildDocIdsAbstractNestingAwareAccumulatingValues. currentLeafChildDocIds
-