Uses of Enum Class
org.apache.lucene.codecs.lucene104.Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding
Packages that use Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding
-
Uses of Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding in org.apache.lucene.codecs.lucene104
Methods in org.apache.lucene.codecs.lucene104 that return Lucene104ScalarQuantizedVectorsFormat.ScalarEncodingModifier and TypeMethodDescriptionLucene104ScalarQuantizedVectorsFormat.ScalarEncoding.fromNumBits(int bits) OffHeapScalarQuantizedVectorValues.getScalarEncoding()QuantizedByteVectorValues.getScalarEncoding()Returns the enum constant of this class with the specified name.Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.codecs.lucene104 that return types with arguments of type Lucene104ScalarQuantizedVectorsFormat.ScalarEncodingModifier and TypeMethodDescriptionLucene104ScalarQuantizedVectorsFormat.ScalarEncoding.fromWireNumber(int wireNumber) Returns the encoding for the given wire number, or empty if unknown.Constructors in org.apache.lucene.codecs.lucene104 with parameters of type Lucene104ScalarQuantizedVectorsFormat.ScalarEncodingModifierConstructorDescriptionLucene104HnswScalarQuantizedVectorsFormat(Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding encoding, int maxConn, int beamWidth) Constructs a format using the given graph construction parameters.Lucene104HnswScalarQuantizedVectorsFormat(Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding encoding, int maxConn, int beamWidth, int numMergeWorkers, ExecutorService mergeExec) Constructs a format using the given graph construction parameters and scalar quantization.Lucene104HnswScalarQuantizedVectorsFormat(Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding encoding, int maxConn, int beamWidth, int numMergeWorkers, ExecutorService mergeExec, int tinySegmentsThreshold) Constructs a format using the given graph construction parameters and scalar quantization.Lucene104ScalarQuantizedVectorsFormat(Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding encoding) Creates a new instance with the chosen quantization encoding.Lucene104ScalarQuantizedVectorsWriter(SegmentWriteState state, Lucene104ScalarQuantizedVectorsFormat.ScalarEncoding encoding, FlatVectorsWriter rawVectorDelegate, Lucene104ScalarQuantizedVectorScorer vectorsScorer) Sole constructor