Uses of Class
org.apache.lucene.codecs.KnnVectorsWriter
Packages that use KnnVectorsWriter
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.1 file format.
Postings format that can delegate to different formats per-field.
-
Uses of KnnVectorsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return KnnVectorsWriterModifier and TypeMethodDescriptionabstract KnnVectorsWriterKnnVectorsFormat.fieldsWriter(SegmentWriteState state) Returns aKnnVectorsWriterto write the vectors to the index. -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.lucene91
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene91Modifier and TypeClassDescriptionfinal classWrites vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene91 that return KnnVectorsWriterModifier and TypeMethodDescriptionLucene91HnswVectorsFormat.fieldsWriter(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return KnnVectorsWriter