Score allocated by the search method

A lowest score means a more relevant match.

Scores values are arbitrary, the meaning of 10 vs 2000 really depends on the search method producing the match and the comparators used to sort the matches. The only universal rule is: low score = relevance.

Property definitions

nitc $ IndexMatch :: score
	# Score allocated by the search method
	#
	# A lowest score means a more relevant match.
	#
	# Scores values are arbitrary, the meaning of `10` vs `2000` really depends
	# on the search method producing the match and the comparators used to sort
	# the matches.
	# The only universal rule is: low score = relevance.
	var score: Int is writable
src/model/model_index.nit:535,2--543,27