KnnVectorsWriter
Writes vectors to an index.
Inheritors
Types
Link copied to clipboard
class ByteVectorValuesSub(docMap: MergeState.DocMap, val values: ByteVectorValues) : DocIDMerger.Sub
Link copied to clipboard
object MergedVectorValues
View over multiple vector values supporting iterator-style access via DocIdMerger.
Properties
Functions
Link copied to clipboard
Add new field for indexing
Link copied to clipboard
Flush all buffered data on disk *
Link copied to clipboard
Merges the segment vectors for all fields. This default implementation delegates to .mergeOneField, passing a KnnVectorsReader that combines the vector values and ignores deleted documents.
Link copied to clipboard
Write field for merging
Link copied to clipboard
Return the memory usage of this object in bytes. Negative values are illegal.