yacy_search_server/source/net/yacy/kelondro/blob
orbiter 70dd26ec95 added the new crawl scheduling function to the crawl start menu:
- the scheduler extends the option for re-crawl timing. Many people misunderstood the re-crawl timing feature because that was just a criteria for the url double-check and not a scheduler. Now the scheduler setting is combined with the re-crawl setting and people will have the choice between no re-crawl, re-crawl as was possible so far and a scheduled re-crawl. The 'classic' re-crawl time is set automatically when the scheduling function is selected
- removed the bookmark-based scheduler. This scheduler was not able to transport all attributes of a crawl start and did therefore not support special crawling starts i.e. for forums and wikis
- since the old scheduler was not aber to crawl special forums and wikis, the must-not-match filter was statically fixed to all bad pages for these special use cases. Since the new scheduler can handle these filters, it is possible to remove the default settings for the filters
- removed the busy thread that was used to trigger the bookmark-based scheduler
- removed the crontab for the bookmark-based scheduler

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7051 6c8d7289-2bf4-0310-a012-ef5d649a1542
2010-08-19 23:52:38 +00:00
..
ArrayStack.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
BEncodedHeap.java - modified api-call interface to record api calls with references to api-call database (carries pk) 2010-08-18 15:56:38 +00:00
BLOB.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
Compressor.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
Gap.java *) adding more SVN properties 2009-12-28 11:22:32 +00:00
Heap.java better handling of OOM situations 2010-06-15 19:44:05 +00:00
HeapModifier.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
HeapReader.java better memory management and slightly less (in total and temporary) RAM allocation: 2010-08-04 13:33:12 +00:00
HeapWriter.java - enhanced concurrency in database index access for multicore 2010-08-03 04:58:48 +00:00
MapDataMining.java better handling of OOM situations 2010-06-15 19:44:05 +00:00
MapHeap.java better handling of OOM situations 2010-06-15 19:44:05 +00:00
ObjectBuffer.java *) adding more SVN properties 2009-12-28 11:22:32 +00:00
Stack.java better handling of OOM situations 2010-06-15 19:44:05 +00:00
Stacks.java better handling of OOM situations 2010-06-15 19:44:05 +00:00
Tables.java added the new crawl scheduling function to the crawl start menu: 2010-08-19 23:52:38 +00:00