yacy_search_server/source/net/yacy/cora
Michael Peter Christen f8ce7040ab remote search peer selection schema change:
- all non-dht targets (previously separated into 'robinson' for dht-like
queries and 'node' for solr queries) are non 'extra' peers, which are
queries using solr
- these extra-peers are now selected using a ranking on last-seen,
peer-tag-matches, node-peer flags, peer age, and link count. The ranking
is done using a weight and a random factor.
- the number of extra peers is 50% of the dht peers
- the dht peers now exclude too young peers to prevent bad results
during strong growth of the network
- the number of dht peers (and therefore extra-peers) is reduced when
the memory of the peer is low and/or some documents still appear in the
indexing-queue. This shall prevent a peer from deadlocks when p2p
queries are made in a fast sequence on weak hardware.
2014-01-16 17:27:14 +01:00
..
ai Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
date
document use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
federate remote search peer selection schema change: 2014-01-16 17:27:14 +01:00
geo - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
language set more logger to 'final static' 2013-11-13 06:18:48 +01:00
lod - the webgraph shall store all links which appear on a web page and not 2013-09-15 00:30:23 +02:00
order added test to Base64Order (runs successfully!) 2013-11-22 10:38:42 +01:00
plugin
protocol Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2014-01-07 21:52:38 +01:00
sorting Added 'final' for all exception blocks as this helps the Java compiler 2013-07-17 18:31:30 +02:00
storage replaced old caching in SolrConnector with a new one which is better for 2014-01-15 23:13:22 +01:00
util better logging in logger 2014-01-16 13:08:39 +01:00