UpdateableRandomVectorScorer
Just like a RandomVectorScorer but allows the scoring ordinal to be changed. Useful during indexing operations
Inheritors
Types
Link copied to clipboard
open class AbstractUpdateableRandomVectorScorer(values: KnnVectorValues) : UpdateableRandomVectorScorer
Creates a default scorer for random access vectors.
Functions
Link copied to clipboard
Returns the Bits representing live documents. By default, this is an identity function.
Link copied to clipboard
Changes the scoring ordinal to the given node. If the same scorer object is being used continually, this can be used to avoid creating a new scorer for each node.