Uses of Enum Class
org.apache.lucene.search.join.BlockJoinSelector.Type
-
Uses of BlockJoinSelector.Type in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return BlockJoinSelector.TypeModifier and TypeMethodDescriptionstatic BlockJoinSelector.TypeReturns the enum constant of this class with the specified name.static BlockJoinSelector.Type[]BlockJoinSelector.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.search.join with parameters of type BlockJoinSelector.TypeModifier and TypeMethodDescriptionstatic NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedNumericDocValues, iterating over only child documents, in order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children, Long missingValue) Wraps the providedNumericDocValues, iterating over only child documents, in order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector.wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children, boolean sortMissingLast) Wraps the providedSortedDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector.wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children, Long childMissingValue) Wraps the providedSortedNumericDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector.wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children, boolean sortMissingLast) Wraps the providedSortedSetDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.