Uses of Class
org.apache.lucene.codecs.hnsw.FlatVectorsWriter
Packages that use FlatVectorsWriter
Package
Description
HNSW vector helper classes.
Lucene 10.2 file format.
Lucene 9.9 file format.
-
Uses of FlatVectorsWriter in org.apache.lucene.codecs.hnsw
Methods in org.apache.lucene.codecs.hnsw that return FlatVectorsWriterModifier and TypeMethodDescriptionabstract FlatVectorsWriter
FlatVectorsFormat.fieldsWriter
(SegmentWriteState state) Returns aFlatVectorsWriter
to write the vectors to the index. -
Uses of FlatVectorsWriter in org.apache.lucene.codecs.lucene102
Subclasses of FlatVectorsWriter in org.apache.lucene.codecs.lucene102Modifier and TypeClassDescriptionclass
Copied from Lucene, replace with Lucene's implementation sometime after Lucene 10Methods in org.apache.lucene.codecs.lucene102 that return FlatVectorsWriterModifier and TypeMethodDescriptionLucene102BinaryQuantizedVectorsFormat.fieldsWriter
(SegmentWriteState state) Constructors in org.apache.lucene.codecs.lucene102 with parameters of type FlatVectorsWriterModifierConstructorDescriptionprotected
Lucene102BinaryQuantizedVectorsWriter
(Lucene102BinaryFlatVectorsScorer vectorsScorer, FlatVectorsWriter rawVectorDelegate, SegmentWriteState state) Sole constructor -
Uses of FlatVectorsWriter in org.apache.lucene.codecs.lucene99
Subclasses of FlatVectorsWriter in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal class
Writes vector values to index segments.final class
Writes quantized vector values and metadata to index segments.Methods in org.apache.lucene.codecs.lucene99 that return FlatVectorsWriterModifier and TypeMethodDescriptionLucene99FlatVectorsFormat.fieldsWriter
(SegmentWriteState state) Lucene99ScalarQuantizedVectorsFormat.fieldsWriter
(SegmentWriteState state) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type FlatVectorsWriterModifierConstructorDescriptionLucene99HnswVectorsWriter
(SegmentWriteState state, int M, int beamWidth, FlatVectorsWriter flatVectorWriter, int numMergeWorkers, TaskExecutor mergeExec) Lucene99ScalarQuantizedVectorsWriter
(SegmentWriteState state, Float confidenceInterval, byte bits, boolean compress, FlatVectorsWriter rawVectorDelegate, FlatVectorsScorer scorer) Lucene99ScalarQuantizedVectorsWriter
(SegmentWriteState state, Float confidenceInterval, FlatVectorsWriter rawVectorDelegate, FlatVectorsScorer scorer)