Uses of Class
org.apache.lucene.codecs.KnnVectorsWriter
-
Packages that use KnnVectorsWriter Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene94 Lucene 9.3 file format.org.apache.lucene.codecs.perfield Postings format that can delegate to different formats per-field.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of KnnVectorsWriter in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return KnnVectorsWriter Modifier and Type Method Description abstract KnnVectorsWriterKnnVectorsFormat. fieldsWriter(SegmentWriteState state)Returns aKnnVectorsWriterto write the vectors to the index. -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.lucene94
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene94 Modifier and Type Class Description classLucene94HnswVectorsWriterWrites vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene94 that return KnnVectorsWriter Modifier and Type Method Description KnnVectorsWriterLucene94HnswVectorsFormat. fieldsWriter(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield that return KnnVectorsWriter Modifier and Type Method Description KnnVectorsWriterPerFieldKnnVectorsFormat. fieldsWriter(SegmentWriteState state) -
Uses of KnnVectorsWriter in org.apache.lucene.index
Subclasses of KnnVectorsWriter in org.apache.lucene.index Modifier and Type Class Description classBufferingKnnVectorsWriterBuffers up pending vector value(s) per doc, then flushes when segment flushes.
-