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 KnnVectorsWriter
KnnVectorsFormat. fieldsWriter(SegmentWriteState state)
Returns aKnnVectorsWriter
to 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 class
Lucene90HnswVectorsWriter
Writes vector values and knn graphs to index segments.Methods in org.apache.lucene.codecs.lucene90 that return KnnVectorsWriter Modifier and Type Method Description KnnVectorsWriter
Lucene90HnswVectorsFormat. 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)
-