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.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.3 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.codecs
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.lucene94
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene94Modifier and TypeClassDescriptionfinal class
Writes vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene94 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene94HnswVectorsFormat.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
Subclasses of KnnVectorsWriter in org.apache.lucene.indexModifier and TypeClassDescriptionclass
Buffers up pending vector value(s) per doc, then flushes when segment flushes.Fields in org.apache.lucene.index declared as KnnVectorsWriter