yacy_search_server/source/net/yacy
Michael Peter Christen c95a84103a complete redesign of search process:
- removed 'worker' processes
- no internal time-out behaviour: methods either are successful or
return null
- waiting is only done on top-level
- removed snippet-production; this is replaced by solr snippets
- removed statistics based on solr size queries (they had been VERY
long); the statistics (like suggestions or tag cloud) are now again
based on the old but very fast RWI index. In portal or intranet mode the
RWI index is usually switched off; if you like to have statistics again
then you must switch on the rwis again in this mode.
- fixed many bugs regarding correct page counter
2013-02-26 17:16:31 +01:00
..
contentcontrol SMW Import: replaced JSON import routines with stable ones 2012-11-12 11:17:50 +01:00
cora complete redesign of search process: 2013-02-26 17:16:31 +01:00
crawler added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
data complete redesign of search process: 2013-02-26 17:16:31 +01:00
document added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +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 complete redesign of search process: 2013-02-26 17:16:31 +01:00
peers complete redesign of search process: 2013-02-26 17:16:31 +01:00
repository added the generation of 50 (!!) new solr field in the core 'webgraph'. 2013-02-22 15:45:15 +01:00
search complete redesign of search process: 2013-02-26 17:16:31 +01:00
server testing to use solr for portalsearch caused some bugfixing but no full 2013-02-25 14:31:50 +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 make sure yacy.running is deleted if not running (catch exception) 2013-02-11 22:53:19 +01:00
YaCySearchClient.java replaced more split and replaceAll missing pattern pre-compilation with 2012-11-26 13:40:53 +01:00