VectorScorer

interface VectorScorer

Computes the similarity score between a given query vector and different document vectors. This is used for exact searching and scoring

Functions

Link copied to clipboard
abstract fun iterator(): DocIdSetIterator
Link copied to clipboard
abstract fun score(): Float

Compute the score for the current document ID.