Companion
object Companion
Functions
Link copied to clipboard
Reads in the necessary fields stored in the outputMeta to configure [ ] and IndexedDISI.
Link copied to clipboard
fun writeStoredMeta(directMonotonicBlockShift: Int, outputMeta: IndexOutput, vectorData: IndexOutput, count: Int, maxDoc: Int, docsWithField: DocsWithFieldSet)
Writes out the docsWithField and ordToDoc mapping to the outputMeta and vectorData respectively. This is in adherence to the Lucene95HnswVectorsFormat.