yacy_search_server/source/net/yacy
Michael Peter Christen 342ba1049b - callback fix
- memory allocation problem in RowCollection: if memory is too low, do
not to try to increase by 1 because this leads to very long execution
time and at the end to the same OOM as if we allocate the memory at the
moment we need it even if the resource observer states that this memory
is not there. To compensate this, the increase size is reduced.
2013-03-19 10:32:01 +01:00
..
contentcontrol SMW Import: replaced JSON import routines with stable ones 2012-11-12 11:17:50 +01:00
cora renamed callback function to 'callback' because that is a standard for 2013-03-19 00:59:47 +01:00
crawler fix for wrong mime type in noload crawler 2013-03-07 15:31:00 +01:00
data enhanced did-you-mean (a bit): can now remember previously searched 2013-03-17 10:52:31 +01:00
document increased number of links limitation from 1000 to 10000 for rss feeds 2013-03-17 22:13:56 +01:00
gui removed unused method parameters 2012-07-05 10:23:07 +02:00
interaction refactor package 2012-11-09 16:22:24 +01:00
kelondro - callback fix 2013-03-19 10:32:01 +01:00
peers - do not create a new query for all remote peers 2013-03-15 00:14:28 +01:00
repository added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
search Merge branch 'master' of ssh://git@gitorious.org/yacy/rc1.git 2013-03-17 10:52:42 +01:00
server fix for wrong class name in log 2013-03-15 09:35:57 +01:00
upnp testing to use solr for portalsearch caused some bugfixing but no full 2013-02-25 14:31:50 +01:00
utils using more pre-compile pattern for split methods 2012-11-26 13:11:55 +01:00
visualization another performance and memory hack to graphics: this makes it possible 2012-10-25 21:40:27 +02:00
dbtest.java - added a method for the RasterPlotter to draw arrow endings to lines 2012-10-25 16:05:04 +02:00
migration.java introduced a second core named 'webgraph'. This core will hold the link 2013-02-21 13:23:55 +01:00
yacy.java added a restart hint 2013-03-15 10:00:06 +01:00
YaCySearchClient.java replaced more split and replaceAll missing pattern pre-compilation with 2012-11-26 13:40:53 +01:00