Uses of Enum Class
org.apache.lucene.search.join.BlockJoinSelector.Type
Packages that use BlockJoinSelector.Type
-
Uses of BlockJoinSelector.Type in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as BlockJoinSelector.TypeModifier and TypeFieldDescriptionprivate final BlockJoinSelector.Type
ToParentDocValues.NumDV.selection
private final BlockJoinSelector.Type
ToParentDocValues.SortedDVs.selection
Methods in org.apache.lucene.search.join that return BlockJoinSelector.TypeModifier and TypeMethodDescriptionstatic BlockJoinSelector.Type
Returns 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 NumericDocValues
BlockJoinSelector.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 itschildren
using the configuredselection
type.static SortedDocValues
BlockJoinSelector.wrap
(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedDocValues
in order to only select one value per parent among itschildren
using the configuredselection
type.static NumericDocValues
BlockJoinSelector.wrap
(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedNumericDocValues
in order to only select one value per parent among itschildren
using the configuredselection
type.static SortedDocValues
BlockJoinSelector.wrap
(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) Wraps the providedSortedSetDocValues
in order to only select one value per parent among itschildren
using the configuredselection
type.(package private) static NumericDocValues
ToParentDocValues.wrap
(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) (package private) static SortedDocValues
ToParentDocValues.wrap
(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children) Constructors in org.apache.lucene.search.join with parameters of type BlockJoinSelector.TypeModifierConstructorDescriptionprivate
NumDV
(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children) private
SortedDVs
(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)