Uses of Class
org.apache.lucene.codecs.KnnVectorsWriter
Packages that use KnnVectorsWriter
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Codecs API: API for customization of the encoding and structure of the index.
A simple bit-vector format that supports hamming distance and storing vectors in an HNSW graph
HNSW vector helper classes.
Lucene 9.9 file format.
Postings format that can delegate to different formats per-field.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
-
Uses of KnnVectorsWriter in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene90HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene91HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene92HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene94HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene95HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.codecs
Subclasses of KnnVectorsWriter in org.apache.lucene.codecsModifier and TypeClassDescriptionclass
Buffers up pending vector value(s) per doc, then flushes when segment flushes.Methods in org.apache.lucene.codecs that return KnnVectorsWriterModifier and TypeMethodDescriptionabstract KnnVectorsWriter
KnnVectorsFormat.fieldsWriter
(SegmentWriteState state) Returns aKnnVectorsWriter
to write the vectors to the index. -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.bitvectors
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.bitvectorsFields in org.apache.lucene.codecs.bitvectors declared as KnnVectorsWriterModifier and TypeFieldDescriptionprivate final KnnVectorsWriter
HnswBitVectorsFormat.FlatBitVectorsWriter.delegate
Methods in org.apache.lucene.codecs.bitvectors that return KnnVectorsWriterConstructors in org.apache.lucene.codecs.bitvectors with parameters of type KnnVectorsWriter -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.hnsw
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.hnswModifier and TypeClassDescriptionclass
Vectors' writer for a field that allows additional indexing logic to be implemented by the caller -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.lucene99
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene99Modifier and TypeClassDescriptionfinal class
Writes vector values to index segments.final class
Writes vector values and knn graphs to index segments.final class
Writes quantized vector values and metadata to index segments.Methods in org.apache.lucene.codecs.lucene99 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene99HnswScalarQuantizedVectorsFormat.fieldsWriter
(SegmentWriteState state) Lucene99HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.perfield
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.perfieldFields in org.apache.lucene.codecs.perfield declared as KnnVectorsWriterModifier and TypeFieldDescription(package private) final KnnVectorsWriter
PerFieldKnnVectorsFormat.WriterAndSuffix.writer
Methods in org.apache.lucene.codecs.perfield that return KnnVectorsWriterModifier and TypeMethodDescriptionPerFieldKnnVectorsFormat.fieldsWriter
(SegmentWriteState state) private KnnVectorsWriter
PerFieldKnnVectorsFormat.FieldsWriter.getInstance
(FieldInfo field) Constructors in org.apache.lucene.codecs.perfield with parameters of type KnnVectorsWriterModifierConstructorDescription(package private)
WriterAndSuffix
(KnnVectorsWriter writer, int suffix) -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.simpletext
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.simpletextModifier and TypeClassDescriptionclass
Writes vector-valued fields in a plain text formatMethods in org.apache.lucene.codecs.simpletext that return KnnVectorsWriterModifier and TypeMethodDescriptionSimpleTextKnnVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.index
Fields in org.apache.lucene.index declared as KnnVectorsWriter