Module org.elasticsearch.server
Interface VectorIterator<E>
- All Superinterfaces:
Iterator<E>
- All Known Implementing Classes:
ByteRankVectorsDocValuesField.ByteVectorIterator,FloatRankVectorsDocValuesField.FloatVectorIterator
-
Method Summary
Modifier and TypeMethodDescriptioncopy()static VectorIterator<byte[]> from(byte[][] vectors) static VectorIterator<float[]> from(float[][] vectors) voidreset()Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
copy
-
reset
void reset() -
from
-
from
-