score property

double score
final

The query score for the id.

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;