From 36e4d82b2724336665b6420552d38820aa675661 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sat, 25 Feb 2012 12:58:12 +0100 Subject: [PATCH] changed ranking --- source/net/yacy/search/ranking/RankingProfile.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/net/yacy/search/ranking/RankingProfile.java b/source/net/yacy/search/ranking/RankingProfile.java index f6da5507f..dd663ff99 100644 --- a/source/net/yacy/search/ranking/RankingProfile.java +++ b/source/net/yacy/search/ranking/RankingProfile.java @@ -99,7 +99,7 @@ public class RankingProfile { this.coeff_cathasvideo = (mediatype == ContentDomain.VIDEO) ? 15 : 0; this.coeff_catindexof = (mediatype == ContentDomain.TEXT) ? 0 : 15; this.coeff_date = 7; - this.coeff_domlength = 9; + this.coeff_domlength = 10; this.coeff_hitcount = 1; this.coeff_language = 2; this.coeff_llocal = 0; @@ -108,10 +108,10 @@ public class RankingProfile { this.coeff_posinphrase = 0; this.coeff_posintext = 4; this.coeff_posofphrase = 0; - this.coeff_termfrequency = 6; + this.coeff_termfrequency = 14; this.coeff_urlcomps = 7; this.coeff_urllength = 6; - this.coeff_worddistance = 15; + this.coeff_worddistance = 10; this.coeff_wordsintext = 3; this.coeff_wordsintitle = 2; this.coeff_ybr = 8;