I don't think scores in Lucene are normalized, it just happens to be often a number between 0 and 1. The score depends on the query and if at all can only be used to compare the results of a single query. Trying to calculate a percentage on how well a document matches is actually discouraged. See also:
To get to the score you can use a projection query (that part is in place).
|