Uses of Class
org.apache.lucene.codecs.KnnVectorsWriter
Packages that use KnnVectorsWriter
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.2 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.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.lucene92
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene92Modifier and TypeClassDescriptionfinal class
Writes vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene92 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene92HnswVectorsFormat.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
Methods in org.apache.lucene.index with parameters of type KnnVectorsWriterModifier and TypeMethodDescriptionvoid
VectorValuesWriter.flush
(Sorter.DocMap sortMap, KnnVectorsWriter knnVectorsWriter) Flush this field's values to storage, sorting the values in accordance with sortMap