CloseableRandomVectorScorerSupplier

A supplier that creates UpdateableRandomVectorScorer from an ordinal. Caller should be sure to close after use

NOTE: the .copy returned RandomVectorScorerSupplier is not necessarily closeable

Functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Make a copy of the supplier, which will copy the underlying vectorValues so the copy is safe to be used in other threads.

Link copied to clipboard

This creates a UpdateableRandomVectorScorer for scoring random nodes in batches against an ordinal.

Link copied to clipboard
abstract fun totalVectorCount(): Int