From a598fb6227e31dece5ae54a6c313715bd8ea77b0 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Mon, 3 Dec 2012 00:01:41 +0100 Subject: [PATCH] renamed Ranking_p.html to RankingRWI_p.html because there will be another Ranking servlet as well at next --- htroot/{Ranking_p.html => RankingRWI_p.html} | 4 ++-- htroot/{Ranking_p.java => RankingRWI_p.java} | 2 +- htroot/env/templates/submenuSearchConfiguration.template | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename htroot/{Ranking_p.html => RankingRWI_p.html} (96%) rename htroot/{Ranking_p.java => RankingRWI_p.java} (99%) diff --git a/htroot/Ranking_p.html b/htroot/RankingRWI_p.html similarity index 96% rename from htroot/Ranking_p.html rename to htroot/RankingRWI_p.html index 65db74bc3..b3e50c575 100644 --- a/htroot/Ranking_p.html +++ b/htroot/RankingRWI_p.html @@ -24,7 +24,7 @@ }); - + #%env/templates/header.template%# #%env/templates/submenuSearchConfiguration.template%#

Ranking Configuration

@@ -33,7 +33,7 @@ The attributes are first normalized over all search results and then the normalized attribut is multiplied with the ranking coefficient computed from this list. The ranking coefficient grows exponentially with the ranking levels given in the following table. If you increase a single value by one, then the strength of the parameter doubles.

-
+
Pre-Ranking
#{attrPre}# diff --git a/htroot/Ranking_p.java b/htroot/RankingRWI_p.java similarity index 99% rename from htroot/Ranking_p.java rename to htroot/RankingRWI_p.java index 3b4129e75..180f630ff 100644 --- a/htroot/Ranking_p.java +++ b/htroot/RankingRWI_p.java @@ -39,7 +39,7 @@ import net.yacy.server.serverObjects; import net.yacy.server.serverSwitch; import net.yacy.utils.crypt; -public class Ranking_p { +public class RankingRWI_p { private static final int maxRankingRange = 16; diff --git a/htroot/env/templates/submenuSearchConfiguration.template b/htroot/env/templates/submenuSearchConfiguration.template index 803caf534..b9b2528de 100644 --- a/htroot/env/templates/submenuSearchConfiguration.template +++ b/htroot/env/templates/submenuSearchConfiguration.template @@ -5,6 +5,6 @@
  • Appearance
  • Language
  • User Profile
  • -
  • Ranking Config
  • +
  • Ranking Config
  • \ No newline at end of file