queryWordDistanceScore property

num queryWordDistanceScore
final

Score computed depending on the position the attributes where each word of the query appears in.

Words appearing in an attribute at the same position as in the query yield the highest score.

The greater the distance to the position in the query, the lower the score.

Implementation

final num queryWordDistanceScore;