- All Known Implementing Classes:
Lucene99ScalarQuantizedVectorsWriter.MergedQuantizedVectorValues,Lucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues,Lucene99ScalarQuantizedVectorsWriter.QuantizedFloatVectorValues,OffHeapByteVectorValues,OffHeapByteVectorValues.DenseOffHeapVectorValues,OffHeapByteVectorValues.EmptyOffHeapVectorValues,OffHeapByteVectorValues.SparseOffHeapVectorValues,OffHeapFloatVectorValues,OffHeapFloatVectorValues.DenseOffHeapVectorValues,OffHeapFloatVectorValues.EmptyOffHeapVectorValues,OffHeapFloatVectorValues.SparseOffHeapVectorValues,OffHeapQuantizedByteVectorValues,OffHeapQuantizedByteVectorValues.DenseOffHeapVectorValues,OffHeapQuantizedByteVectorValues.EmptyOffHeapVectorValues,OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues,QuantizedByteVectorValues,SampleReader
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.
-
Method Details
-
getSlice
IndexInput getSlice()Returns an IndexInput from which to read this instance's values.
-