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.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.perfield 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 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.lucene90
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene90 Modifier and Type Class Description classLucene90HnswVectorsWriterWrites vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene90 that return KnnVectorsWriter Modifier and Type Method Description KnnVectorsWriterLucene90HnswVectorsFormat. 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)
-