Skip to content

Commit

Permalink
changed ranking
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbiter committed Feb 25, 2012
1 parent 99c7469 commit 36e4d82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/net/yacy/search/ranking/RankingProfile.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public RankingProfile(final ContentDomain mediatype) {
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;
Expand All @@ -108,10 +108,10 @@ public RankingProfile(final ContentDomain mediatype) {
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;
Expand Down

0 comments on commit 36e4d82

Please sign in to comment.