Uses of Class
org.apache.lucene.search.join.BlockJoinSelector.Type
-
Packages that use BlockJoinSelector.Type Package Description org.apache.lucene.search.join Support for index-time and query-time joins. -
-
Uses of BlockJoinSelector.Type in org.apache.lucene.search.join
Fields in org.apache.lucene.search.join declared as BlockJoinSelector.Type Modifier and Type Field Description private BlockJoinSelector.TypeToParentDocValues.NumDV. selectionprivate BlockJoinSelector.TypeToParentDocValues.SortedDVs. selectionMethods in org.apache.lucene.search.join that return BlockJoinSelector.Type Modifier and Type Method Description static BlockJoinSelector.TypeBlockJoinSelector.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BlockJoinSelector.Type[]BlockJoinSelector.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.join with parameters of type BlockJoinSelector.Type Modifier and Type Method Description static 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, BitSet children)Deprecated.static SortedDocValuesBlockJoinSelector. wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)Wraps the providedSortedDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector. wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, BitSet children)Deprecated.static NumericDocValuesBlockJoinSelector. wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)Wraps the providedSortedNumericDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static NumericDocValuesBlockJoinSelector. wrap(SortedNumericDocValues sortedNumerics, BlockJoinSelector.Type selection, BitSet parents, BitSet children)Deprecated.static SortedDocValuesBlockJoinSelector. wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)Wraps the providedSortedSetDocValuesin order to only select one value per parent among itschildrenusing the configuredselectiontype.static SortedDocValuesBlockJoinSelector. wrap(SortedSetDocValues sortedSet, BlockJoinSelector.Type selection, BitSet parents, BitSet children)Deprecated.(package private) static NumericDocValuesToParentDocValues. wrap(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children)(package private) static SortedDocValuesToParentDocValues. wrap(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents2, DocIdSetIterator children)Constructors in org.apache.lucene.search.join with parameters of type BlockJoinSelector.Type Constructor Description NumDV(NumericDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)SortedDVs(SortedDocValues values, BlockJoinSelector.Type selection, BitSet parents, DocIdSetIterator children)
-