Uses of Class
org.apache.lucene.codecs.lucene99.OffHeapQuantizedByteVectorValues
-
Packages that use OffHeapQuantizedByteVectorValues Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of OffHeapQuantizedByteVectorValues in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description (package private) static class
OffHeapQuantizedByteVectorValues.DenseOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues
Methods in org.apache.lucene.codecs.lucene99 that return OffHeapQuantizedByteVectorValues Modifier and Type Method Description (package private) static OffHeapQuantizedByteVectorValues
OffHeapQuantizedByteVectorValues. load(OrdToDocDISIReaderConfiguration configuration, int dimension, int size, long quantizedVectorDataOffset, long quantizedVectorDataLength, IndexInput vectorData)
-