Module org.elasticsearch.compute
Class MMROperator.RankDocAndVector
java.lang.Object
org.elasticsearch.compute.operator.MMROperator.RankDocAndVector
- All Implemented Interfaces:
Iterable<org.elasticsearch.core.Tuple<RankDoc,VectorData>>
- Enclosing class:
MMROperator
public static class MMROperator.RankDocAndVector
extends Object
implements Iterable<org.elasticsearch.core.Tuple<RankDoc,VectorData>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterator<org.elasticsearch.core.Tuple<RankDoc, VectorData>> iterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RankDocAndVector
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<org.elasticsearch.core.Tuple<RankDoc,VectorData>>
-