yacy_search_server/defaults
orbiter 5bb8074150 removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency.
- The indexing queue was a historic data structure that was introduced at the very beginning at the project as a part of the switchboard organisation object structure. Without the indexing queue the switchboard queue becomes also superfluous. It has been removed as well.
- Removing the switchboard queue requires that all servlets are called without a opaque generic ('<?>'). That caused that all serlets had to be modified.
- Many servlets displayed the indexing queue or the size of that queue. In the past months the indexer was so fast that mostly the indexing queue appeared empty, so there was no use of it any more. Because the queue has been removed, the display in the servlets had also to be removed.
- The surrogate work task had been a part of the indexing queue control structure. Without the indexing queue the surrogates needed its own task management. That has been integrated here.
- Because the indexing queue had a special queue entry object and properties attached to this object, the propterties had to be moved to the queue entry object which is part of the new indexing queue withing the blocking queue, the Response Object. That object has now also the new properties of the removed indexing queue entry object.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6225 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-07-17 13:59:21 +00:00
..
autoReCrawl.conf - again an error in defaults/autoReCrawl.conf 2008-08-05 18:57:25 +00:00
performance_dht.profile higher dht distribution speed by default 2009-07-03 13:28:19 +00:00
yacy.init removed the indexing queue. This queue was superfluous since the introduction of the blocking queues last year, where documents are parsed, analysed and stored in the index with concurrency. 2009-07-17 13:59:21 +00:00
yacy.network.freeworld.unit added f1oris update location 2009-07-04 20:56:25 +00:00
yacy.network.group reduce remote crawl PPM for fresh peers in freeworld to 6 PPM 2008-09-08 09:49:08 +00:00
yacy.network.intranet.unit added release keys 2009-04-22 22:46:42 +00:00
yacy.network.readme added more methods to control the vertical DHT (not yet active .. ) 2009-01-23 15:32:27 +00:00
yacy.network.webportal.unit added release keys 2009-04-22 22:46:42 +00:00
yacy.networks - added another network definition for personal web portals (replacing robinson peers in freeworld) for default use case selection. This solves the problem that the public network freeworld can spoil the personal web index during configuration phase with index entries that the user does not want for his personal web portal 2008-05-23 09:17:30 +00:00