Uses of Class
org.apache.lucene.codecs.lucene99.QuantizedByteVectorValues
-
Packages that use QuantizedByteVectorValues Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format. -
-
Uses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99
Subclasses of QuantizedByteVectorValues in org.apache.lucene.codecs.lucene99 Modifier and Type Class Description (package private) static class
Lucene99ScalarQuantizedVectorsWriter.MergedQuantizedVectorValues
Returns a merged view over all the segment'sQuantizedByteVectorValues
.private static class
Lucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues
private static class
Lucene99ScalarQuantizedVectorsWriter.QuantizedFloatVectorValues
(package private) class
OffHeapQuantizedByteVectorValues
Read the quantized vector values and their score correction values from the index input.(package private) static class
OffHeapQuantizedByteVectorValues.DenseOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.EmptyOffHeapVectorValues
private static class
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues
Fields in org.apache.lucene.codecs.lucene99 declared as QuantizedByteVectorValues Modifier and Type Field Description private QuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsWriter.OffsetCorrectedQuantizedByteVectorValues. in
private QuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsWriter.QuantizedByteVectorValueSub. values
Methods in org.apache.lucene.codecs.lucene99 that return QuantizedByteVectorValues Modifier and Type Method Description QuantizedByteVectorValues
Lucene99HnswVectorsReader. getQuantizedVectorValues(java.lang.String field)
QuantizedByteVectorValues
Lucene99ScalarQuantizedVectorsReader. getQuantizedVectorValues(java.lang.String fieldName)
QuantizedByteVectorValues
QuantizedVectorsReader. getQuantizedVectorValues(java.lang.String fieldName)
Methods in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValues Modifier and Type Method Description private static DocsWithFieldSet
Lucene99ScalarQuantizedVectorsWriter. writeQuantizedVectorData(IndexOutput output, QuantizedByteVectorValues quantizedByteVectorValues)
Writes the vector values to the output and returns a set of documents that contains vectors.Constructors in org.apache.lucene.codecs.lucene99 with parameters of type QuantizedByteVectorValues Constructor Description OffsetCorrectedQuantizedByteVectorValues(QuantizedByteVectorValues in, VectorSimilarityFunction vectorSimilarityFunction, ScalarQuantizer scalarQuantizer, ScalarQuantizer oldScalarQuantizer)
QuantizedByteVectorValueSub(MergeState.DocMap docMap, QuantizedByteVectorValues values)
-