append

abstract fun append(packedValue: ByteArray, docID: Int)

Add a new point from the packed value and docId


abstract fun append(pointValue: PointValue)

Add a new point from a PointValue