Uses of Class
org.hibernate.search.backend.lucene.lowlevel.join.impl.ChildDocIds
Packages that use ChildDocIds
Package
Description
-
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 ChildDocIdsModifier and TypeMethodDescriptionprotected 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 ChildDocIdsModifier and TypeMethodDescriptionNestedDocsProvider.childDocs(org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.DocIdSetIterator childFilter) NestedDocsProvider.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 ChildDocIdsModifier and TypeFieldDescriptionprotected ChildDocIdsAbstractNestingAwareAccumulatingValues.currentLeafChildDocIds