Uses of Class
org.apache.lucene.codecs.lucene95.OffHeapByteVectorValues
-
Packages that use OffHeapByteVectorValues Package Description org.apache.lucene.codecs.lucene95 Lucene 9.5 file format. -
-
Uses of OffHeapByteVectorValues in org.apache.lucene.codecs.lucene95
Subclasses of OffHeapByteVectorValues in org.apache.lucene.codecs.lucene95 Modifier and Type Class Description static class
OffHeapByteVectorValues.DenseOffHeapVectorValues
Dense vector values that are stored off-heap.private static class
OffHeapByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapByteVectorValues.SparseOffHeapVectorValues
Methods in org.apache.lucene.codecs.lucene95 that return OffHeapByteVectorValues Modifier and Type Method Description static OffHeapByteVectorValues
OffHeapByteVectorValues. load(OrdToDocDISIReaderConfiguration configuration, VectorEncoding vectorEncoding, int dimension, long vectorDataOffset, long vectorDataLength, IndexInput vectorData)
-