Interface HasIndexSlice
- All Known Implementing Classes:
OffHeapByteVectorValues,OffHeapByteVectorValues.DenseOffHeapVectorValues,OffHeapFloatVectorValues,OffHeapFloatVectorValues.DenseOffHeapVectorValues,OffHeapScalarQuantizedVectorValues,QuantizedByteVectorValues,QuantizedByteVectorValues
public interface HasIndexSlice
Implementors can return the IndexInput from which their values are read. For use by vector
quantizers.
-
Method Summary
Modifier and TypeMethodDescriptiongetSlice()Returns an IndexInput from which to read this instance's values, or null if not available.
-
Method Details
-
getSlice
IndexInput getSlice()Returns an IndexInput from which to read this instance's values, or null if not available.
-