Hi,

I wonder what was the initial reason to override the coord function in
NutchSimilarity to return 1.0f instead of 1 / (1+distance).
Heuristically, 1/(1+distance) seems a better approach. Although my tests
indicate that DefaultSimilarity#coord() is better for queries with more
than one term, and NutchSimilarit#coord() is better for queries with one
term.


Reply via email to