public interface VectorScorer
Computes the similarity score between a given query vector and different document vectors. This
is used for exact searching and scoring
-
Method Details
-
score
Compute the score for the current document ID.- Returns:
- the score for the current document ID
- Throws:
IOException
- if an exception occurs during score computation
-
iterator
DocIdSetIterator iterator()- Returns:
- a
DocIdSetIterator
over the documents.
-