yacy_search_server/htroot/yacy/ui/ranking.html
apfelmaennchen 2149728227 - major rework on YaCy-UI
- search results are retrieved from rss/xml, no other servlet needed
- added double accordion sidebar menus

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4718 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-04-19 11:31:41 +00:00

16 lines
829 B
HTML

<script type="text/javascript">
$(document).ready(function() {
$("#side3").accordion("activate", 1);
});
</script>
<h3>Ranking</h3>
<p>
One of the most cited reasons for YaCy is the freely configurable ranking system. The ranking settings have a major impact on
the displayed search results, so it is worthwhile looking at them. For example searching for current news you might
want to give pages with a more recent date a higher rank, whereas searching for a rare documentation other ranking factors are
more helpful. As YaCy knows over 30 ranking factors, YaCy-UI will offer for the ease of use ranking pre-sets (most relevant, most popular,
most recent) to choose from. Currently you can set the <a href="http://localhost:8080/Ranking_p.html">default ranking</a>
via the existing user interface.
</p>