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.lucene91 Lucene 9.1 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 KnnVectorsWriter
KnnVectorsFormat. fieldsWriter(SegmentWriteState state)
Returns aKnnVectorsWriter
to write the vectors to the index. -
Uses of KnnVectorsWriter in org.apache.lucene.codecs.lucene91
Subclasses of KnnVectorsWriter in org.apache.lucene.codecs.lucene91 Modifier and Type Class Description class
Lucene91HnswVectorsWriter
Writes vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene91 that return KnnVectorsWriter Modifier and Type Method Description KnnVectorsWriter
Lucene91HnswVectorsFormat. 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 KnnVectorsWriter
PerFieldKnnVectorsFormat. fieldsWriter(SegmentWriteState state)
-