score property

double score
final

The query score for the object.

The query score indicates some quality measurement. E.g. for vector nearest neighbor searches, the score is the distance to the given vector.

Implementation

final double score;