Uses of Class
org.apache.lucene.codecs.FlatVectorsWriter
Packages that use FlatVectorsWriter
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.9 file format.
-
Uses of FlatVectorsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return FlatVectorsWriterModifier and TypeMethodDescriptionabstract FlatVectorsWriterFlatVectorsFormat.fieldsWriter(SegmentWriteState state) Returns aFlatVectorsWriterto write the vectors to the index. -
Uses of FlatVectorsWriter in org.apache.lucene.codecs.lucene99
Subclasses of FlatVectorsWriter in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal classWrites vector values to index segments.final classWrites quantized vector values and metadata to index segments.Fields in org.apache.lucene.codecs.lucene99 declared as FlatVectorsWriterModifier and TypeFieldDescriptionprivate final FlatVectorsWriterLucene99HnswVectorsWriter.flatVectorWriterprivate final FlatVectorsWriterLucene99ScalarQuantizedVectorsWriter.rawVectorDelegateMethods 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 FlatVectorsWriterModifierConstructorDescription(package private)Lucene99HnswVectorsWriter(SegmentWriteState state, int M, int beamWidth, FlatVectorsWriter flatVectorWriter, int numMergeWorkers, TaskExecutor mergeExec) (package private)Lucene99ScalarQuantizedVectorsWriter(SegmentWriteState state, Float confidenceInterval, FlatVectorsWriter rawVectorDelegate)