yacy_search_server/htroot/yacy
orbiter b45701d20f this is a re-implementation of the YaCy Block Rank feature
This time it works like this:
- each peer provides its ranking information using the yacy/idx.json servlet
- peers with more than 1 GB ram will load this information from all other peers, combine that into one ranking table and store it locally. This happens during the start-up of the peer concurrently. The new generated file with the ranking information is at DATA/INDEX/<network>/QUEUES/hostIndex.blob
- this index is then computed to generate a new fresh ranking table. Peers which can calculate their own ranking table will do that every start-up to get latest feature updates until the feature is stable
- I computed new ranking tables as part of the distribition and commit it here also
- the YBR feature must be enabled manually by setting the YBR value in the ranking servlet to level 15. A default configuration for that is also in the commit but it does not affect your current installation only fresh peers
- a recursive block rank refinement is implemented but disabled at this point. it needs more testing

Please play around with the ranking settings and see if this helped to make search results better.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7729 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-05-18 14:26:28 +00:00
..
ui YMarks: some small changes/fixes 2011-05-03 21:21:06 +00:00
crawlReceipt.html
crawlReceipt.java - refactoring of robots 2011-05-02 14:05:51 +00:00
hello.html
hello.java some patches to prevent that empty or bad IP information is broadcasted 2011-04-29 10:58:12 +00:00
idx.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
idx.json added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy. 2011-05-15 22:57:31 +00:00
list.html
list.java change in handling of the all-visible home path for storage in YaCy: 2010-09-02 19:24:22 +00:00
message.html
message.java some patches to prevent that empty or bad IP information is broadcasted 2011-04-29 10:58:12 +00:00
profile.html
profile.java preparations to move the HTCache into cora: 2010-08-23 12:32:02 +00:00
query.html added a magic to the peer ping that will be used in case that the contacting peer requests that it's reported IP shall be used for a back-ping. The back-ping now also returns the same magic which will make it possible that the requested peer can verify that the back-pinged peer is actually the same peer. 2011-04-29 01:52:20 +00:00
query.java better magic 2011-04-29 02:00:37 +00:00
search.html
search.java added a new yacy protocol servlet 'idx'. This returns an index to one of the data entities that is stored in YaCy. 2011-05-15 22:57:31 +00:00
transferRWI.html
transferRWI.java *) simplified code\n*) fixed potential NumberFormatExceptions 2011-03-15 01:03:35 +00:00
transferURL.html
transferURL.java *) simplified code\n*) fixed potential NumberFormatExceptions 2011-03-15 01:03:35 +00:00
urls.java code cleanup 2011-05-13 06:21:40 +00:00
urls.xml