IPED
IPED copied to clipboard
Try to improve scoring of MultiTermQuery results
Seems the scores for some multi term query results (prefix, wildcard, etc) are being returned as a fixed value. Ideally this should be improved to be proportional to the number of hits.
FuzzyQuery, on the other hand, seems to be working fine, since it should give higher scores for terms with lower edit distance (char differences).