yacy_search_server/source/de/anomic/data
orbiter 5892fff51f introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased.
Please see new coments in yacy.network.freeworld.unit for details of the new DHT selection methods.
The number of maximum peers is now not fixed to a specific number but may increase with
- the partition exponent
- the number of redundant peers
- the robinson burst percentage
- the multiword burst percentage
The maximum can then be the number of senior peers (all visible peers).

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7479 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-02-13 17:37:28 +00:00
..
list - added a new Wiki Namespace Navigator 2010-03-05 21:25:49 +00:00
wiki *) cleaner code 2010-11-21 03:39:53 +00:00
BlogBoard.java - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 2011-01-03 20:52:54 +00:00
BlogBoardComments.java *) cleaner code 2010-11-21 03:39:53 +00:00
BookmarkDate.java *) cleaning up the code a little bit 2010-11-27 00:54:59 +00:00
BookmarkHelper.java - cora package has now no dependencies to other yacy packages and becomes a 'base' package (refactoring) 2011-01-03 20:52:54 +00:00
BookmarksDB.java *) cleaner code 2010-11-21 03:39:53 +00:00
DidYouMean.java - fixed document number limitation for crawls that restrict the number of documents per domain 2011-02-12 00:01:40 +00:00
Diff.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
ListManager.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
MessageBoard.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
MimeTable.java - added new protocol loader for 'file'-type URLs 2010-05-25 12:54:57 +00:00
Translator.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
URLAnalysis.java * add a bit documentation to DigestURI, use DigestURI(string) instead of DigestURI(string, null) 2010-10-26 16:10:20 +00:00
URLLicense.java *) changes for better code readability 2010-04-13 01:16:09 +00:00
UserDB.java *) renamed classes according to standard Java coding conventions 2010-11-21 01:29:32 +00:00
WorkTables.java changed the default port from 8080 to 8090 2011-01-28 10:54:13 +00:00
YMarkIndex.java enabled rebuildIndex for /Table_YMark_p.html (rebuilds the tags and folders index) 2010-11-13 13:02:56 +00:00
YMarksHTMLImporter.java various small changes to ymarks 2010-11-25 21:16:47 +00:00
YMarksXBELImporter.java added a ymark table administration: /Table_YMark_p.html 2010-11-10 22:53:27 +00:00
YMarkTables.java introduction of dht-burst modes: this can expand the number of target peers in some cases where a better heuristic is needed. The problematic cases are either when a muti-word search is made (still a hard case for our term-oriented DHT) or when a network operator wants that all robinson peers are asked. We therefore introduced two new network steering values that switch on more peers during the peer selection. Because the number of peers can now be very large, the number of maximum httpc connections was also increased. 2011-02-13 17:37:28 +00:00
YMarkWordCountComparator.java another step towards an auto tagging function for YMarks 2010-11-24 23:26:29 +00:00