yacy_search_server/defaults
Michael Peter Christen 1052263af3 - added a new solr field references_i which stores the number of
INCOMING links to the corresponding web page. This information is taken
from the reverse link index (a 'little sister' of the RWI index).
- this field can be of use to enhance the ranking because a web page
with more incoming links can be more more important than others. But
this is not true for typical link pages like menues. Therefore the
number of outgoing links is needed.
- added a new solr attribute 'bf' to solr queries which is a boost
function extension. this field can contain a formula which comuptes the
boost according to given field values. After some experiments the
following forumla is now default:
div(add(1,references_i),pow(add(1,inboundlinkscount_i),1.6))^0.4
This takes the number of references and the inbound links. Further
experiments are needed to enhance that forumula.
2012-12-18 14:42:35 +01:00
..
solr migration to solr 4.0.0 2012-11-02 12:29:48 +01:00
httpd.mime doctype2mime fix, influences metadata conversion between old metadata 2012-08-16 17:49:35 +02:00
oaiListFriendsSource.xml The oai ListFriends source list becomes configurable: just write them into defaults/oaiListFriendsSource.xml 2010-05-06 10:01:37 +00:00
performance_dht.profile higher dht distribution speed by default 2009-07-03 13:28:19 +00:00
RDFaParser.xsl moved RDFaParser.xsl configuration file to defaults 2012-06-21 16:09:12 +02:00
sessionid.names fix for sid check 2010-02-15 23:31:32 +00:00
solr.keys.list - added a new solr field references_i which stores the number of 2012-12-18 14:42:35 +01:00
yacy.init added a Boost class which stores solr query boost values. The class can 2012-12-02 16:54:29 +01:00
yacy.logging - show more lines in online log 2012-10-25 18:38:39 +02:00
yacy.network.allip.unit update location update 2012-04-19 11:49:43 +02:00
yacy.network.freeworld.unit fix: remove fixed individual testing IP (85.25.151.30 = server4you.de) from default/yacy.network.freeworld.unit 2012-11-11 21:19:18 +01:00
yacy.network.intranet.unit update location update 2012-04-19 11:49:43 +02:00
yacy.network.metager.unit update location update 2012-04-19 11:49:43 +02:00
yacy.network.readme * add option to network definition to provide a domainlist (syntax like in blacklists) 2010-10-30 14:44:33 +00:00
yacy.network.webportal.unit update location update 2012-04-19 11:49:43 +02:00
yacy.networks Creates a new network definition, yacy.networks.metager.unit. 2011-06-03 22:34:42 +00:00