renamed Ranking_p.html to RankingRWI_p.html

because there will be another Ranking servlet as well at next
pull/1/head
Michael Peter Christen 12 years ago
parent a01e47b992
commit a598fb6227

@ -24,7 +24,7 @@
});
</script>
</head>
<body id="Ranking_p">
<body id="RankingRWI_p">
#%env/templates/header.template%#
#%env/templates/submenuSearchConfiguration.template%#
<h2>Ranking Configuration</h2>
@ -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.
</p>
<form class="dsearch" action="Ranking_p.html" method="post" enctype="multipart/form-data">
<form class="dsearch" action="RankingRWI_p.html" method="post" enctype="multipart/form-data">
<fieldset>
<legend>Pre-Ranking</legend>
<dl>#{attrPre}#

@ -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;

@ -5,6 +5,6 @@
<li><a href="/ConfigAppearance_p.html" class="MenuItemLink lock">Appearance</a></li>
<li><a href="/ConfigLanguage_p.html" class="MenuItemLink lock">Language</a></li>
<li><a href="/ConfigProfile_p.html" class="MenuItemLink lock">User Profile</a></li>
<li><a href="/Ranking_p.html" class="MenuItemLink lock">Ranking Config</a></li>
<li><a href="/RankingRWI_p.html" class="MenuItemLink lock">Ranking Config</a></li>
</ul>
</div>
Loading…
Cancel
Save